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

    Either returns all function definitions alongside exception information, or just those matching the filters.

    interface InspectExceptionQuery {
        filter?: SlicingCriterion[];
        type: "inspect-exception";
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of InspectExceptionQuery
    Index

    Properties

    Properties

    filter?: SlicingCriterion[]

    If given, only function definitions that match one of the given slicing criteria are considered.

    type: "inspect-exception"

    used to select the query type :)