Either checks whether a given function calls another function matching the given constraints, or returns all functions that call any function matching the given constraints.

interface DoesCallQuery {
    call: SingleSlicingCriterion;
    calls: CallsConstraint;
    queryId?: string;
    type: "does-call";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of DoesCallQuery

Properties

Properties

queryId?: string
type: "does-call"

used to select the query type :)