pub fn find_paths( graph: &CodeGraph, from: u64, to: u64, max_depth: u32, edge_types: &[EdgeType], ) -> Vec<Vec<u64>>
Find all paths between two nodes up to a maximum depth.