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

Function getCachedZooCodeToken

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

Source from the content-addressed store, hash-verified

69
70// Synchronous getter for use in ZooCodeHandler (called in hot path during API requests)
71export function getCachedZooCodeToken(): string {
72 return _cachedToken ?? ""
73}
74
75/**
76 * Resolves the Zoo Gateway session token for API calls.

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected