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

Function cleanup

test/adapters.opencode.test.js:20–22  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

18}
19
20function cleanup(dir) {
21 try { fs.rmSync(dir, { recursive: true, force: true }); } catch {}
22}
23
24function withClearedHostEnv(fn) {
25 const keys = [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected