Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ cleanup
Function
cleanup
src/testing/wrapperTmuxHarness.ts:101–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
return
Date.now() - startedAt
100
},
101
cleanup() {
102
destroyIsolatedTmuxSession(session)
103
rmSync(tmpDir, { recursive: true, force: true })
104
},
105
}
106
})
107
}
Callers
nothing calls this directly
Calls
2
rmSync
Function · 0.90
destroyIsolatedTmuxSession
Function · 0.85
Tested by
no test coverage detected