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

Function getTeamDir

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

Source from the content-addressed store, hash-verified

113 * Gets the path to a team's directory
114 */
115export function getTeamDir(teamName: string): string {
116 return join(getTeamsDir(), sanitizeName(teamName))
117}
118
119/**
120 * Gets the path to a team's config.json file

Callers 5

getPermissionDirFunction · 0.85
getTeamFilePathFunction · 0.85
writeTeamFileFunction · 0.85
writeTeamFileAsyncFunction · 0.85
cleanupTeamDirectoriesFunction · 0.85

Calls 2

getTeamsDirFunction · 0.85
sanitizeNameFunction · 0.70

Tested by

no test coverage detected