Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ cleanup
Function
cleanup
scripts/integration-test.js:55–57 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
53
return
dir;
54
}
55
56
function
cleanup(dir) {
57
try { fs.rmSync(dir, { recursive: true, force: true }); } catch { /* ignore */ }
58
}
59
60
// ── Hook dispatch ──────────────────────────────────────────────────────────────
Callers
1
integration-test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected