@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface CfgInfo {
        ast: () => Promise<
            NormalizedAst<ParentInformation, RProject<ParentInformation>>,
        >;
        ctx: FlowrAnalyzerContext;
        dfg: () => Promise<DataflowInformation>;
    }
    Index
    dfg: () => Promise<DataflowInformation>