MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / cleanupTempDir

Function cleanupTempDir

__tests__/installer.test.ts:26–30  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

24}
25
26function cleanupTempDir(dir: string): void {
27 if (fs.existsSync(dir)) {
28 fs.rmSync(dir, { recursive: true, force: true });
29 }
30}
31
32describe('Installer Config Writer', () => {
33 let origCwd: string;

Callers 1

installer.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected