MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / cleanupDir

Function cleanupDir

tests/relationship-sidecar.test.ts:18–24  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

16}
17
18async function cleanupDir(dir: string): Promise<void> {
19 try {
20 await fs.rm(dir, { recursive: true, force: true });
21 } catch {
22 // Ignore cleanup errors
23 }
24}
25
26describe('Relationship Sidecar', () => {
27 let tmpDir: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected