Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CloudService.test.ts
File · 0.80
Calls
2
ensureInitialized
Method · 0.95
getState
Method · 0.65
Tested by
no test coverage detected