MCPcopy
hub / github.com/codeaashu/claude-code / hasTmuxToolBeenUsed

Function hasTmuxToolBeenUsed

src/utils/tmuxSocket.ts:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 * Used by Shell.ts to decide whether to initialize the socket.
194 */
195export function hasTmuxToolBeenUsed(): boolean {
196 return tmuxToolUsed
197}
198
199/**
200 * Ensures the socket is initialized with a tmux session.

Callers 1

getEnvironmentOverridesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected