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

    Object attached to an input source

    interface InputSource {
        cds?: InputType[];
        id: NodeId;
        trace: InputTraceType;
        type: InputType;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of InputSource
    Index

    Properties

    Properties

    cds?: InputType[]

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

    id: NodeId
    type: InputType