Skip to main content

shortest_path_ids

Function shortest_path_ids 

Source
pub fn shortest_path_ids(
    conn: &Connection,
    src: &str,
    dst: &str,
) -> Result<Option<Vec<String>>>
Expand description

Build a CSR snapshot from conn and resolve a path between two node IDs.