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

    Computes the Call Graph of the analyzed project.

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

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of CallGraphQuery
    Index

    Properties

    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.

    type: "call-graph"

    used to select the query type :)