@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface SliceRequiredInput {
        context?: ReadOnlyFlowrAnalyzerContext;
        criterion: SlicingCriteria;
        direction?: SliceDirection;
        threshold?: number;
    }
    Index

    Properties

    The context of the analysis

    criterion: SlicingCriteria

    The slicing criterion is only of interest if you actually want to slice the R code

    direction?: SliceDirection

    The direction to slice in. Defaults to backward slicing if unset.

    threshold?: number

    How many re-visits of the same node are ok?