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

Method getAuthState

packages/cloud/src/CloudService.ts:239–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237 }
238
239 public getAuthState(): string {
240 this.ensureInitialized()
241 return this.authService!.getState()
242 }
243
244 public async handleAuthCallback(
245 code: string | null,

Callers 1

Calls 2

ensureInitializedMethod · 0.95
getStateMethod · 0.65

Tested by

no test coverage detected