You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dead internal helpers with zero callers in production and tests, found via
`deadcode` (scanned against both binaries) and confirmed with git grep:
- incremental.WithResolveOptions — unused SyncerOption constructor
- treesitter typescriptDeclaredTypeName + collectTypedMembersInto +
typedNameAndType — a self-contained dead chain (no external caller)
- ccgref.MustParse — unused
- cli.namespaceRagIndexDir — unused
- mcp.handlers.resolvedRagIndexPath — unused
Test-only helpers (incremental.WithLogger, changes.Analyze and its risk
helpers, ragindex.PruneTree/LoadIndex) are intentionally kept — their tests
still exercise them. No behavior change; -96 lines. Independently reviewed.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments