Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ cleanup
Function
cleanup
test/adapters.opencode.test.js:20–22 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
18
}
19
20
function
cleanup(dir) {
21
try { fs.rmSync(dir, { recursive: true, force: true }); } catch {}
22
}
23
24
function
withClearedHostEnv(fn) {
25
const
keys = [
Callers
1
adapters.opencode.test.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected