pub fn generate<S: GraphStore + ?Sized>(
store: &S,
branch: &str,
seed: Option<&str>,
limit: Option<usize>,
) -> Result<Tour>Expand description
Generate a tour for branch. If seed is Some, the tour is rooted at
that symbol and walks outward via Calls and Contains edges. If None,
the tour picks the highest-centrality public entry points across the repo.