Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ setup
Function
setup
test/runtimePaths.test.js:219–221 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
217
}
218
219
function
setup() {
220
tmpRoot = fs.mkdtempSync(path.join(os.tmpdir(),
'evolver-runtime-paths-'
));
221
}
222
223
function
teardown() {
224
try { fs.rmSync(tmpRoot, { recursive: true, force: true }); } catch (_) {}
Callers
1
runtimePaths.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected