@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface UnclosedConnectionConfig {
        closeFns: readonly Identifier[];
        openFns: readonly Identifier[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    closeFns: readonly Identifier[]

    functions closing the connection they are handed, besides the ones flowR states SemanticCallTag.Closes for

    openFns: readonly Identifier[]

    functions opening a connection, besides the ones flowR states SemanticCallTag.Opens for