Logical Decomposition #1: PRIMARY
The decompositions is based on the folder structure at level 1 (relative to the source code root).
Component Sizes (Lines of Code)
The "primary" logical decomposition has 8 components.
- 173 files, 36,710 LOC (100.0% vs. main code).
- "pkg" is biggest, containing 66.55% of LOC.
- ".codex" is smallest, containing 0.07% of LOC.
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
- Analyzed system has 1 links (arrows) between components.
- The number on the arrow represents the number of files from referring component that depend on files in referred component.
- These 1 links contain 13 dependencies.
flowchart TB
n0["cmd"]
n1["plugins"]
n2["testsupport"]
n3["pkg"]
n4["wrappers"]
n5[".codex"]
n6["adminui"]
n7["scripts"]
n0 -->|"13"| n3
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
class n0,n1,n2,n3,n4,n5,n6,n7 highlighted;
linkStyle 0 stroke:#00688bFF,stroke-width:10px
Download:
Mermaid (.mmd)
(open online Mermaid editor)
Open 2D force graph...
Open 3D force graph...
Show more details about dependencies...
| From Component --> To Component |
From Component (files with dependencies) |
Details |
|---|---|---|
| cmd   --> pkg |
|
13 source files |