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

Function isTeamMemorySyncAvailable

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

Source from the content-addressed store, hash-verified

758 * Check if team memory sync is available (requires first-party OAuth).
759 */
760export function isTeamMemorySyncAvailable(): boolean {
761 return isUsingOAuth()
762}
763
764/**
765 * 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