Skip to main content

edges_for_node

Function edges_for_node 

Source
pub fn edges_for_node(
    conn: &Connection,
    node_id: &str,
) -> Result<Vec<GraphEdge>>
Expand description

Read edges where the given node is source or target.