@eagleoutice/flowr - v2.10.1
    Preparing search index...
    STATIC_DATAFLOW: {
        dependencies: readonly ["normalize"];
        description: "Construct the dataflow graph";
        executed: OncePerFile;
        humanReadableName: "dataflow";
        name: "dataflow";
        printer: {
            "0": <Input>(input: Input) => Input;
            "2": (df: DataflowInformation) => string;
            "3": (
                this: void,
                graph:
                    | DataflowInformation
                    | DataflowGraph<DataflowGraphVertexInfo, DfEdge>,
                includeEnvironments?: boolean,
                mark?: ReadonlySet<NodeId>,
                simplified?: boolean,
            ) => string;
            "4": (
                this: void,
                graph:
                    | DataflowInformation
                    | DataflowGraph<DataflowGraphVertexInfo, DfEdge>,
                includeEnvironments?: boolean,
                mark?: ReadonlySet<NodeId>,
                simplified?: boolean,
            ) => string;
            "5": (
                df: DataflowInformation,
                config: QuadSerializationConfiguration,
            ) => string;
        };
        processor: (
            results: {
                normalize?: NormalizedAst<
                    ParentInformation,
                    RProject<ParentInformation>,
                >;
            },
            input: {
                context?: FlowrAnalyzerContext;
                parser?: Parser<KnownParserType>;
            },
        ) => DataflowInformation & {
            cfgQuick: ControlFlowInformation<CfgVertex>
            | undefined;
        };
        requiredInput: {};
    } = ...

    Type Declaration