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

Function getTeamMemPath

src/memdir/teamMemPaths.ts:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 * Lives as a subdirectory of the auto-memory directory, scoped per-project.
83 */
84export function getTeamMemPath(): string {
85 return (join(getAutoMemPath(), 'team') + sep).normalize('NFC')
86}
87
88/**
89 * Returns the team memory entrypoint: <memoryBase>/projects/<sanitized-project-root>/memory/team/MEMORY.md

Callers 7

startTeamMemoryWatcherFunction · 0.85
readLocalTeamMemoryFunction · 0.85
isRealPathWithinTeamDirFunction · 0.85
isTeamMemPathFunction · 0.85
validateTeamMemWritePathFunction · 0.85
validateTeamMemKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected