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

Function getSwarmSocketName

src/utils/swarm/constants.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 * Includes PID to ensure multiple Claude instances don't conflict.
11 */
12export function getSwarmSocketName(): string {
13 return `claude-swarm-${process.pid}`
14}
15
16/**
17 * Environment variable to override the command used to spawn teammate instances.

Callers 3

useSwarmBannerFunction · 0.85
viewTeammateOutputFunction · 0.85
runTmuxInSwarmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected