Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
export
function
getTeamsDir(): string {
17
return
join(getClaudeConfigHomeDir(),
'teams'
)
18
}
19
20
/**
21
* Check
if
NODE_OPTIONS contains a specific flag.
Callers
4
readTeamMembers
Function · 0.85
getInboxPath
Function · 0.85
ensureInboxDir
Function · 0.85
getTeamDir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected