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

    Type Alias IngoingEdges<Edge>

    IngoingEdges: Map<NodeId, Edge>

    Similar to OutgoingEdges, but inverted regarding the edge direction. In other words, it maps the source to the edge information.

    Type Parameters