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

    Properties

    Properties

    cfgQuick: ControlFlowInformation<CfgVertex> | undefined
    dfg: () => Promise<DataflowInformation>