MCPcopy Create free account
hub / github.com/Noumena-Network/code / destroyIsolatedTmuxSession

Function destroyIsolatedTmuxSession

src/testing/tmuxHarness.ts:159–167  ·  view source on GitHub ↗
(
  session: IsolatedTmuxSession,
)

Source from the content-addressed store, hash-verified

157}
158
159export function destroyIsolatedTmuxSession(
160 session: IsolatedTmuxSession,
161): void {
162 try {
163 runTmux(session.socketName, ['kill-server'])
164 } catch {
165 // Best-effort cleanup for tests.
166 }
167}
168
169export function capturePane(
170 session: IsolatedTmuxSession,

Callers 6

cleanupFunction · 0.85
cleanupFunction · 0.85

Calls 1

runTmuxFunction · 0.85

Tested by

no test coverage detected