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

    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: SlicingCriterion;
        calls: CallsConstraint;
        queryId?: string;
        type: "does-call";
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of DoesCallQuery
    Index

    Properties

    Properties

    queryId?: string
    type: "does-call"

    used to select the query type :)