@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface OriginKindArgs {
        keepNonFunctionCalls?: boolean;
        matchType?: "every" | "some";
        origin: RegExp | BuiltInProcName;
    }
    Index

    Properties

    keepNonFunctionCalls?: boolean
    matchType?: "every" | "some"
    origin: RegExp | BuiltInProcName