sverklo audit
A
Overall Health
A
Dead code
0% orphan symbols (0/6)
A
Circular deps
0 cycles detected
A
Coupling
max fan-in: 1 (flowchart/src/App.tsx)
A
Security
0 concerns found
Overview
- 4 files indexed
- 10 code symbols extracted
- 79 symbol references tracked
- 0 active memories (0 core, 0 stale)
- Languages: typescript (3), javascript (1)
God Nodes (most-referenced symbols)
These are the symbols your codebase depends on most. Changes here have the largest blast radius.
- createEdge — 4 references
- createNode — 1 references
- createNoteNode — 1 references
- App — 1 references
Hub Files (highest PageRank)
Core architectural files — imported by many others.
flowchart/src/App.tsx(1.00)flowchart/eslint.config.js(0.54)flowchart/src/main.tsx(0.54)flowchart/vite.config.ts(0.54)
Orphans
No obvious dead code — every named symbol has at least one reference.
Coupling (high-PageRank files)
flowchart/src/App.tsx(1.00)flowchart/eslint.config.js(0.54)flowchart/src/main.tsx(0.54)flowchart/vite.config.ts(0.54)
Suggested Next Steps
- Before refactoring createEdge, run
sverklo_impactto see the 4 call sites flowchart/src/App.tsxis your most-imported file — changes here cascade widely