MCPcopy Create free account
hub / github.com/Noumena-Network/code / getTeamsDir

Function getTeamsDir

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

Source from the content-addressed store, hash-verified

44)
45
46export function getTeamsDir(): string {
47 return join(getNcodeConfigHomeDir(), 'teams')
48}
49
50/**
51 * 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