MCPcopy 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
46function cleanup(dir) {
47 try { fs.rmSync(dir, { recursive: true, force: true }); } catch { /* ignore */ }
48}
49
50/**

Callers 1

verify-hooks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected