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

Function tmuxStop

freebuff/e2e/utils/tmux-helpers.ts:73–83  ·  view source on GitHub ↗
(sessionName: string)

Source from the content-addressed store, hash-verified

71}
72
73export function tmuxStop(sessionName: string): void {
74 try {
75 execFileSync(
76 'bash',
77 [`${SCRIPTS_DIR}/tmux-stop.sh`, sessionName],
78 EXEC_OPTIONS,
79 )
80 } catch {
81 // tmux-stop.sh is idempotent; ignore errors if session already gone
82 }
83}

Callers 1

stopMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected