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

Function getTeamFilePath

src/utils/swarm/teamHelpers.ts:122–124  ·  view source on GitHub ↗
(teamName: string)

Source from the content-addressed store, hash-verified

120 * Gets the path to a team's config.json file
121 */
122export function getTeamFilePath(teamName: string): string {
123 return join(getTeamDir(teamName), 'config.json')
124}
125
126/**
127 * Reads a team file by name (sync — for sync contexts like React render paths)

Callers 7

callFunction · 0.85
readTeamFileFunction · 0.85
readTeamFileAsyncFunction · 0.85
writeTeamFileFunction · 0.85
writeTeamFileAsyncFunction · 0.85

Calls 1

getTeamDirFunction · 0.85

Tested by

no test coverage detected