Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ cleanup
Function
cleanup
scripts/verify-hooks.js:45–47 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
43
return
dir;
44
}
45
46
function
cleanup(dir) {
47
try { fs.rmSync(dir, { recursive: true, force: true }); } catch { /* ignore */ }
48
}
49
50
/**
Callers
1
verify-hooks.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected