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

Function isTeamMemoryEnabled

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

Source from the content-addressed store, hash-verified

71 * disabled via env var or settings.
72 */
73export function isTeamMemoryEnabled(): boolean {
74 if (!isAutoMemoryEnabled()) {
75 return false
76 }
77 return getFeatureValue_CACHED_MAY_BE_STALE('tengu_herring_clock', false)
78}
79
80/**
81 * Returns the team memory path: <memoryBase>/projects/<sanitized-project-root>/memory/team/

Callers 2

startTeamMemoryWatcherFunction · 0.85
isTeamMemFileFunction · 0.85

Calls 2

isAutoMemoryEnabledFunction · 0.85

Tested by

no test coverage detected