MCPcopy 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

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected