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

Function makeTmpDir

test/adapters.opencode.test.js:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14const opencodeAdapter = require('../src/adapters/opencode');
15
16function makeTmpDir() {
17 return fs.mkdtempSync(path.join(os.tmpdir(), 'evolver-opencode-test-'));
18}
19
20function cleanup(dir) {
21 try { fs.rmSync(dir, { recursive: true, force: true }); } catch {}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected