| File | Symbol | Kind | Line |
|---|---|---|---|
src/utils/date.ts | parseDate | function | 6 |
src/utils/greeting.ts | farewell | function | 6 |
tests/fixtures/simple_ts
/Users/maciejgad/hosted/loctree/loctree_rs/tests/fixtures/simple_ts
develop@7d599b92
3files26LOC0dups
Analysis Summary
3Files analyzed
26Total LOC
0Duplicate exports
0Re-export files
0Dynamic imports
Quick Commandsv0.6
Query API
Fast graph queries without full analysis
loct query who-imports /Users/maciejgad/hosted/loctree/loctree_rs/tests/fixtures/simple_ts/src/main.tsFiles that import targetloct query where-symbol useAuthFind symbol definitionsloct query component-of /Users/maciejgad/hosted/loctree/loctree_rs/tests/fixtures/simple_ts/src/main.tsGraph component containing fileSnapshot Diff
Compare snapshots to track changes
loct diff --since mainCompare against main branchloct diff --since HEAD~5Delta since 5 commits agoTop duplicate exports
None
Re-export cascades
None
Dynamic imports
None
Tauri command coverage
No Tauri commands detected in this root.
Crowds Analysis
No crowds detected. Your codebase has well-distributed naming patterns.
Circular Imports0
No circular imports detected
Dead Exports
2 dead exports found (2 very high confidence)
| File | Symbol | Line | Confidence | Reason |
|---|---|---|---|---|
src/utils/date.ts | parseDate | 6 | Very High | No imports found for 'parseDate'. Checked: resolved imports (0 matches), star re-exports (none), local references (none) |
src/utils/greeting.ts | farewell | 6 | Very High | No imports found for 'farewell'. Checked: resolved imports (0 matches), star re-exports (none), local references (none) |
Twins Analysis
2 dead parrots, 0 exact twins, 0 barrel issues
Coverage Gaps
No coverage gaps detected
All production code has test coverage
Project tree
src
26 LOC
├─ index.ts
10 LOC
└─ utils
16 LOC
├─ date.ts
8 LOC
└─ greeting.ts
8 LOC