MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isInsideTmux

Function isInsideTmux

src/utils/swarm/teammateLayoutManager.ts:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 * Uses the detection module directly for this check.
56 */
57export async function isInsideTmux(): Promise<boolean> {
58 const { isInsideTmux: checkTmux } = await import('./backends/detection.js')
59 return checkTmux()
60}
61
62/**
63 * Creates a new teammate pane in the swarm view.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected