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

Function getTeammateContext

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

Source from the content-addressed store, hash-verified

45 * Returns undefined if not running within an in-process teammate context.
46 */
47export function getTeammateContext(): TeammateContext | undefined {
48 return teammateContextStorage.getStore()
49}
50
51/**
52 * Run a function with teammate context set.

Callers 12

callFunction · 0.85
validateInputFunction · 0.85
validateInputFunction · 0.85
callFunction · 0.85
getTaskListIdFunction · 0.85
getParentSessionIdFunction · 0.85
getAgentIdFunction · 0.85
getAgentNameFunction · 0.85
getTeamNameFunction · 0.85
isTeammateFunction · 0.85
getTeammateColorFunction · 0.85
isPlanModeRequiredFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected