@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface CallsConstraints {
        calls: readonly CallsConstraint[];
        type: "and" | "or" | "one-of";
    }
    Index
    calls: readonly CallsConstraint[]
    type: "and" | "or" | "one-of"

    How to combine the given constraints: and requires every constraint to be satisfied by some call reached during the walk, or requires at least one of them to match a reached call, and one-of requires exactly one of them to match a reached call.