pub fn traverse( memory_dir: &Path, entity_name: &str, depth: u32, type_filter: Option<&str>, ) -> Result<(), String>
Traverse the graph from an entity.