k_hop_multi

Function k_hop_multi 

Source
pub fn k_hop_multi(
    graph: &SqliteGraph,
    starts: &[i64],
    depth: u32,
    direction: BackendDirection,
) -> Result<Vec<i64>, SqliteGraphError>