MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / removeTempMapProject

Function removeTempMapProject

tests/codebase-map.test.ts:80–82  ·  view source on GitHub ↗
(rootPath: string)

Source from the content-addressed store, hash-verified

78}
79
80async function removeTempMapProject(rootPath: string): Promise<void> {
81 await fs.rm(path.dirname(rootPath), { recursive: true, force: true });
82}
83
84// ---------------------------------------------------------------------------
85// buildCodebaseMap

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected