@eagleoutice/flowr - v2.15.8
Preparing search index...
src/documentation/doc-util/doc-cfg
getCfg
Function getCfg
getCfg
(
parser
:
KnownParser
,
code
:
string
,
simplifications
?:
readonly
(
|
"unique-cf-sets"
|
"analyze-dead-code"
|
"remove-dead-code"
|
"to-basic-blocks"
)
[]
,
)
:
Promise
<
GetCfgReturn
>
Returns the control flow graph for the given code.
Parameters
parser
:
KnownParser
code
:
string
simplifications
:
readonly
(
|
"unique-cf-sets"
|
"analyze-dead-code"
|
"remove-dead-code"
|
"to-basic-blocks"
)
[]
= []
Returns
Promise
<
GetCfgReturn
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Returns the control flow graph for the given code.