Skip to main contentModule graph
Source - build_dependency_tree
- Build a dependency tree rooted at
id.
Returns a string representation with box-drawing characters. - build_full_graph
- Build a project-wide dependency graph as a text tree.
Shows all dependencies rooted at beans with no parents.
- count_subtree_attempts
- Count total verify attempts across all descendants of a bean.
- detect_cycle
- Detect a cycle in the dependency graph.
- find_all_cycles
- Find all cycles in the dependency graph.
Returns a list of cycle paths.