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

Function mkTmpHome

test/evolveCollect.test.js:968–970  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

966 const { spawnSync } = require('child_process');
967
968 function mkTmpHome() {
969 return fs.mkdtempSync(path.join(os.tmpdir(), 'evolver-543-'));
970 }
971 function rmTmpHome(dir) {
972 try { fs.rmSync(dir, { recursive: true, force: true }); } catch {}
973 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected