@eagleoutice/flowr - v2.10.9
    Preparing search index...

    Object attached to an input source

    interface InputSource {
        cds?: InputType[];
        id: NodeId;
        name?: string;
        trace: InputTraceType;
        types: InputType[];
        value?: ConstantValue;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of InputSource
    Index

    Properties

    cds?: InputType[]

    if the trace is affected by control dependencies, they are classified too, this is a duplicate free array

    id: NodeId
    name?: string

    argument name when this source originates from a named argument of the criterion function call

    types: InputType[]

    the concrete scalar value when the source is a constant or a pure alias of one