Skip to main content

cmd_path

Function cmd_path 

Source
pub fn cmd_path(
    path: &Path,
    source_id: u64,
    target_id: u64,
    edge_types: Vec<EdgeType>,
    direction: TraversalDirection,
    max_depth: u32,
    weighted: bool,
    json: bool,
) -> AmemResult<()>
Expand description

Shortest path.