Either returns all function definitions alongside whether they are higher-order functions, or just those matching the filters.

interface InspectHigherOrderQuery {
    filter?: SingleSlicingCriterion[];
    type: "inspect-higher-order";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of InspectHigherOrderQuery

Properties

Properties

type: "inspect-higher-order"

used to select the query type :)