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

    Calculates and returns the static backward or forward slice from the given criteria

    interface StaticSliceQuery {
        criteria: SlicingCriteria;
        direction?: SliceDirection;
        noMagicComments?: boolean;
        noReconstruction?: boolean;
        type: "static-slice";
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of StaticSliceQuery
    Index

    Properties

    criteria: SlicingCriteria

    The slicing criteria to use

    direction?: SliceDirection

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

    noMagicComments?: boolean

    Should the magic comments (force-including lines within the slice) be ignored?

    noReconstruction?: boolean

    do not reconstruct the slice into readable code

    type: "static-slice"

    used to select the query type :)