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

Function isInProcessTeammate

src/utils/teammateContext.ts:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 * This is faster than getTeammateContext() !== undefined for simple checks.
69 */
70export function isInProcessTeammate(): boolean {
71 return teammateContextStorage.getStore() !== undefined
72}
73
74/**
75 * Create a TeammateContext from spawn configuration.

Callers 7

getPromptFunction · 0.85
filterToolsForAgentFunction · 0.85
callFunction · 0.85
useSwarmBannerFunction · 0.85
getBorderColorFunction · 0.85
getAgentNameToPollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected