@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface CallTargetsContent {
        targets: (string | FlowrSearchElement<ParentInformation>)[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    targets: (string | FlowrSearchElement<ParentInformation>)[]

    The call targets of the function call. For identifier call targets, the identifier is the name of the library function being called. If the qualifyNames argument is unset or true, the returned call targets will always be stringified fully-qualified identifiers.