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

Function makeTmpDir

test/sessionStartScope.test.js:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9const scriptPath = path.join(repoRoot, 'src', 'adapters', 'scripts', 'evolver-session-start.js');
10
11function makeTmpDir() {
12 return fs.realpathSync(fs.mkdtempSync(path.join(os.tmpdir(), 'evolver-sstart-scope-')));
13}
14function cleanup(dir) {
15 try { fs.rmSync(dir, { recursive: true, force: true }); } catch {}
16}

Callers 2

makeGitWorkspaceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected