MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isInsideTmuxSync

Function isInsideTmuxSync

src/utils/swarm/backends/detection.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 * on the system, not just if THIS process is inside tmux.
35 */
36export function isInsideTmuxSync(): boolean {
37 return !!ORIGINAL_USER_TMUX
38}
39
40/**
41 * Checks if we're currently running inside a tmux session.

Callers 3

killTeammateFunction · 0.85
viewTeammateOutputFunction · 0.85
isInProcessEnabledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected