Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
function
cleanupTempDir(dir: string): void {
27
if
(fs.existsSync(dir)) {
28
fs.rmSync(dir, { recursive: true, force: true });
29
}
30
}
31
32
describe(
'Installer Config Writer'
, () => {
33
let
origCwd: string;
Callers
1
installer.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected