Expand description
Module structure detection and dependency graph construction.
Analyzes parsed ProjectFiles to detect module boundaries (directories
containing source files) and build a dependency graph from import/export
relationships. Produces KnowledgeNodes (Fact nature) for each module
and Edges for DependsOn (import relationships) and PartOf
(submodule hierarchy) relationships.
Structs§
- Module
Graph - The complete module structure analysis result.
- Module
Info - A detected module in the project.
Functions§
- build_
module_ graph - Analyze parsed files to detect module structure and build a dependency graph.