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

Function getLeaderPaneId

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

Source from the content-addressed store, hash-verified

64 * Returns null if not running inside tmux.
65 */
66export function getLeaderPaneId(): string | null {
67 return ORIGINAL_TMUX_PANE || null
68}
69
70/**
71 * Checks if tmux is available on the system (installed and in PATH).

Callers 2

getCurrentPaneIdMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected