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

Function sendCommandToPane

src/utils/swarm/teammateLayoutManager.ts:100–107  ·  view source on GitHub ↗
(
  paneId: string,
  command: string,
  useSwarmSocket = false,
)

Source from the content-addressed store, hash-verified

98 * Delegates to the detected backend.
99 */
100export async function sendCommandToPane(
101 paneId: string,
102 command: string,
103 useSwarmSocket = false,
104): Promise<void> {
105 const backend = await getBackend()
106 return backend.sendCommandToPane(paneId, command, useSwarmSocket)
107}
108

Callers 1

handleSpawnSplitPaneFunction · 0.85

Calls 2

getBackendFunction · 0.85
sendCommandToPaneMethod · 0.45

Tested by

no test coverage detected