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

Function isZooCodeAuthenticated

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

Source from the content-addressed store, hash-verified

239}
240
241export async function isZooCodeAuthenticated(): Promise<boolean> {
242 const token = await getZooCodeToken()
243 return !!token
244}
245
246export async function disconnectZooCode(): Promise<void> {
247 const token = await getZooCodeToken()

Callers 1

Calls 1

getZooCodeTokenFunction · 0.85

Tested by

no test coverage detected