Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ cleanup
Function
cleanup
src/testing/replTmuxFixtureHarness.ts:83–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
scenarioPath,
82
session,
83
cleanup() {
84
destroyIsolatedTmuxSession(session)
85
rmSync(tmpDir, { recursive: true, force: true })
86
},
87
}
88
}
89
Callers
nothing calls this directly
Calls
2
rmSync
Function · 0.90
destroyIsolatedTmuxSession
Function · 0.85
Tested by
no test coverage detected