MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getCachedZooCodeUserInfo

Function getCachedZooCodeUserInfo

src/services/zoo-code-auth.ts:90–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90export function getCachedZooCodeUserInfo(): { name?: string; email?: string; image?: string } {
91 return {
92 name: _cachedUserName,
93 email: _cachedUserEmail,
94 image: _cachedUserImage,
95 }
96}
97
98export async function getZooCodeToken(): Promise<string | undefined> {
99 if (!secretStorage) return undefined

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected