MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/codegraph/find-dead-code.ts:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178export class FindDeadCodeTool extends Tool<z.infer<typeof FindDeadCodeArgs>> {
179 name = 'find_dead_code';
180 description = 'Detect orphaned source files, unused exports, and uncalled local functions across the project. Returns a structured report — does NOT delete anything. Use before cleanup refactors. Read-only.';
181 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected