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

Function enablePaneBorderStatus

src/utils/swarm/teammateLayoutManager.ts:88–94  ·  view source on GitHub ↗
(
  windowTarget?: string,
  useSwarmSocket = false,
)

Source from the content-addressed store, hash-verified

86 * Delegates to the detected backend.
87 */
88export async function enablePaneBorderStatus(
89 windowTarget?: string,
90 useSwarmSocket = false,
91): Promise<void> {
92 const backend = await getBackend()
93 return backend.enablePaneBorderStatus(windowTarget, useSwarmSocket)
94}
95
96/**
97 * Sends a command to a specific pane.

Callers 1

handleSpawnSplitPaneFunction · 0.85

Calls 2

getBackendFunction · 0.85

Tested by

no test coverage detected