MCPcopy Create free account
hub / github.com/EvoMap/evolver / cleanup

Function cleanup

test/adapters.test.js:24–26  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

22}
23
24function cleanup(dir) {
25 try { fs.rmSync(dir, { recursive: true, force: true }); } catch {}
26}
27
28// Run `fn` with a controlled set of host-detection env vars. All known signal
29// vars are cleared first (so directory-based detection is exercised even when

Callers 1

adapters.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected