interface SliceRequiredInput {
    criterion: SlicingCriteria;
    direction?: SliceDirection;
    threshold?: number;
}

Properties

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?