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

    Calculates provenance for all inputs and their transformations based on the provenance of a given function.

    interface InputSourcesQuery {
        config?: InputClassifierConfig;
        criterion: SlicingCriterion;
        type: "input-sources";
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of InputSourcesQuery
    Index

    Properties

    criterion: SlicingCriterion

    This takes a criterion (or a numerical id works too) SlicingCriterion.fromId

    type: "input-sources"

    used to select the query type :)