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

Function makeTmpDir

test/adapters.kiro.test.js:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8const kiroAdapter = require('../src/adapters/kiro');
9
10function makeTmpDir() {
11 return fs.mkdtempSync(path.join(os.tmpdir(), 'evolver-kiro-test-'));
12}
13
14function cleanup(dir) {
15 try { fs.rmSync(dir, { recursive: true, force: true }); } catch {}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected