@eagleoutice/flowr - v2.13.14
Preparing search index...
src/util/simple-df/dfg-view
reduceDfg
Function reduceDfg
reduceDfg
(
dfg
:
DataflowGraph
,
options
:
{
vertices
?:
{
blacklistWithName
?:
boolean
;
compactFunctions
?:
boolean
;
keepCd
?:
boolean
;
keepEnv
?:
boolean
;
nameRegex
?:
string
;
tags
?:
(...)
[]
;
[
key
:
string
]:
unknown
;
}
;
[
key
:
string
]:
unknown
;
}
,
cleanEnv
:
REnvironmentInformation
,
)
:
DataflowGraph
Produces a reduced version of the given dataflow graph according to the given options.
Parameters
dfg
:
DataflowGraph
options
:
{
vertices
?:
{
blacklistWithName
?:
boolean
;
compactFunctions
?:
boolean
;
keepCd
?:
boolean
;
keepEnv
?:
boolean
;
nameRegex
?:
string
;
tags
?:
(...)
[]
;
[
key
:
string
]:
unknown
;
}
;
[
key
:
string
]:
unknown
;
}
cleanEnv
:
REnvironmentInformation
Returns
DataflowGraph
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.14
Loading...
Produces a reduced version of the given dataflow graph according to the given options.