MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / stop

Method stop

freebuff/e2e/utils/freebuff-session.ts:178–185  ·  view source on GitHub ↗

Stop the tmux session and clean up the temp directory.

()

Source from the content-addressed store, hash-verified

176
177 /** Stop the tmux session and clean up the temp directory. */
178 async stop(): Promise<void> {
179 tmuxStop(this.name)
180 try {
181 fs.rmSync(this.workDir, { recursive: true, force: true })
182 } catch {
183 // Ignore cleanup errors
184 }
185 }
186}

Callers 15

createFreebuffTmuxToolsFunction · 0.80
cleanupFunction · 0.80
stopFunction · 0.80
setupStreamingContextFunction · 0.80

Calls 1

tmuxStopFunction · 0.90

Tested by

no test coverage detected