pub fn find_circular_dependencies(
project: &ProjectRoot,
max_results: usize,
cache: &GraphCache,
) -> Result<Vec<CircularDependency>>Expand description
Find all circular dependency cycles in the project’s import graph.
pub fn find_circular_dependencies(
project: &ProjectRoot,
max_results: usize,
cache: &GraphCache,
) -> Result<Vec<CircularDependency>>Find all circular dependency cycles in the project’s import graph.