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

Function getTeamsDir

src/utils/envUtils.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14)
15
16export function getTeamsDir(): string {
17 return join(getClaudeConfigHomeDir(), 'teams')
18}
19
20/**
21 * Check if NODE_OPTIONS contains a specific flag.

Callers 4

readTeamMembersFunction · 0.85
getInboxPathFunction · 0.85
ensureInboxDirFunction · 0.85
getTeamDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected