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

    An edge consist of only of the type (source and target are encoded with the Dataflow Graph). Multiple edges are encoded by joining the respective type bits.

    interface DfEdge {
        types: number;
    }
    Index
    types: number