@eagleoutice/flowr - v2.10.1
    Preparing search index...
    interface DoesCallQueryResult {
        ".meta": BaseQueryMeta;
        results: Record<string, FindAllCallsResult | false>;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of DoesCallQueryResult
    Index

    Properties

    Properties

    ".meta": BaseQueryMeta
    results: Record<string, FindAllCallsResult | false>

    Results are either false (does not call) or an object with details on the calls made