Computes the Call Graph of the analyzed project.

interface CallGraphQuery {
    type: "call-graph";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of CallGraphQuery

Properties

Properties

type: "call-graph"

used to select the query type :)