MCPcopy
hub / github.com/claude-code-best/claude-code / attachSession

Method attachSession

src/utils/terminalPanel.ts:144–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 private attachSession(): void {
145 spawnSync(
146 'tmux',
147 ['-L', getTerminalPanelSocket(), 'attach-session', '-t', TMUX_SESSION],
148 { stdio: 'inherit' },
149 )
150 }
151
152 // ── show shell ────────────────────────────────────────────────────
153

Callers 1

showShellMethod · 0.95

Calls 1

getTerminalPanelSocketFunction · 0.85

Tested by

no test coverage detected