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

Function cleanup

test/resolveWorkspaceId.test.js:28–28  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

26 return d;
27}
28function cleanup(dir) { try { fs.rmSync(dir, { recursive: true, force: true }); } catch {} }
29
30// fs.symlinkSync on Windows requires either administrator privileges or
31// Developer Mode enabled. GitHub Actions windows-latest runners ship with

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected