@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface CallPropsArgs {
        matchType?: "every" | "some";
        props: PropSelector;
    }
    Index
    matchType?: "every" | "some"

    whether a call has to carry every one of props or just one of them (the default)

    the properties to look for, e.g. [SemanticCallTag.User, CallProp.Pure]