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

    Calculates the provenance starting from a given criterion

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

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of ProvenanceQuery
    Index

    Properties

    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 :)