Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ cleanupTempDir
Function
cleanupTempDir
__tests__/integration/full-pipeline.test.ts:28–32 ·
view source on GitHub ↗
(dir: string)
Source
from the content-addressed store, hash-verified
26
}
27
28
function
cleanupTempDir(dir: string): void {
29
if
(fs.existsSync(dir)) {
30
fs.rmSync(dir, { recursive: true, force: true });
31
}
32
}
33
34
/**
35
* Generate a synthetic TypeScript project with the given module count.
Callers
1
full-pipeline.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected