Skip to main content

get_connected_edges

Function get_connected_edges 

Source
pub fn get_connected_edges(
    lookups: &NodeGraphLookups,
    node: NodeId,
) -> Vec<EdgeId>
Expand description

Returns all edges incident to the given node (both directions).