@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Computes the Call Graph of the analyzed project.

    interface CallGraphQuery {
        expandLibraryInternals?: boolean;
        reportUnreachable?: boolean;
        type: "call-graph";
    }

    Hierarchy (View Summary)

    Index
    expandLibraryInternals?: boolean

    If set, expand library/built-in leaf calls into their internal callees using the signature database's transitiveCallees (a no-op if no signature database is loaded). Default false.

    reportUnreachable?: boolean

    If set, also report the calls top-level execution never reaches. Default false.

    type: "call-graph"

    used to select the query type :)