Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ cleanup
Function
cleanup
freebuff/e2e/utils/tmux-custom-tools.ts:145–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
}
144
145
const
cleanup =
async
() => {
146
if
(session) {
147
await
session.stop()
148
session = null
149
}
150
}
151
152
return
{
153
tools: [startTool, sendInputTool, captureOutputTool, stopTool],
Callers
1
agent-startup.e2e.test.ts
File · 0.50
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected