Calculates the provenance starting from a given criterion

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

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of ProvenanceQuery

Properties

The slicing criterion to use as a start

restrictFdef?: boolean

Whether to stop on fdef boundaries

type: "provenance"

used to select the query type :)