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

    Calculates the provenance starting from a given criterion

    interface ProvenanceQuery {
        criterion: SlicingCriterion;
        restrictFdef?: boolean;
        type: "provenance";
    }

    Hierarchy (View Summary)

    Index
    criterion: SlicingCriterion

    The slicing criterion to use as a start

    restrictFdef?: boolean

    Whether to stop on fdef boundaries

    type: "provenance"

    used to select the query type :)