get_hierarchy
Analyze a project's call graph to generate a hierarchical tree of its modular structure, using spectral graph partitioning to decompose the code.
Instructions
Get the hierarchical decomposition of a project's call graph. Alternates between SCC condensation and Fiedler spectral partitioning to produce a tree representing the project's modular structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workingDirectory | Yes |