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

Function mkTmp

test/evolveCollect.test.js:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 const { spawnSync } = require('child_process');
132
133 function mkTmp() {
134 return fs.mkdtempSync(path.join(os.tmpdir(), 'evolver-collect-fallback-'));
135 }
136 function rmTmp(dir) {
137 try { fs.rmSync(dir, { recursive: true, force: true }); } catch {}
138 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected