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

Function makeTmpDir

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

Source from the content-addressed store, hash-verified

18const codexAdapter = require('../src/adapters/codex');
19
20function makeTmpDir() {
21 return fs.mkdtempSync(path.join(os.tmpdir(), 'evolver-hooks-test-'));
22}
23
24function cleanup(dir) {
25 try { fs.rmSync(dir, { recursive: true, force: true }); } catch {}

Callers 1

adapters.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected