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

Function isTeamMemorySyncAvailable

src/services/teamMemorySync/index.ts:762–764  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

760 * Check if team memory sync is available (requires first-party OAuth).
761 */
762export function isTeamMemorySyncAvailable(): boolean {
763 return isUsingOAuth()
764}
765
766/**
767 * Pull team memory from the server and write to local directory.

Callers 1

startTeamMemoryWatcherFunction · 0.85

Calls 1

isUsingOAuthFunction · 0.70

Tested by

no test coverage detected