@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface CallGraphQueryResult {
        ".meta": BaseQueryMeta;
        graph: CallGraph;
        unreachable?: readonly NodeId[];
    }

    Hierarchy (View Summary)

    Index
    ".meta": BaseQueryMeta
    graph: CallGraph

    Please be aware that this is the graph in its JSON representation, use DataflowGraph#fromJson if the result is serialized

    unreachable?: readonly NodeId[]

    the calls no top-level execution reaches, only present if CallGraphQuery#reportUnreachable was set