@eagleoutice/flowr - v2.13.1
    Preparing search index...
    interface SliceRequiredInput {
        context?: ReadOnlyFlowrAnalyzerContext;
        criterion: SlicingCriteria;
        direction?: SliceDirection;
        includeCallees?: boolean;
        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.

    includeCallees?: boolean

    If set (and slicing backward), continue the slice past a function-definition boundary, also including the definition's binding and call sites. Defaults to false.

    threshold?: number

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