MCPcopy 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
56function cleanup(dir) {
57 try { fs.rmSync(dir, { recursive: true, force: true }); } catch { /* ignore */ }
58}
59
60// ── Hook dispatch ──────────────────────────────────────────────────────────────

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected