Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ getUserInfo
Method
getUserInfo
packages/cloud/src/CloudService.ts:206–209 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
204
}
205
206
public getUserInfo(): CloudUserInfo | null {
207
this.ensureInitialized()
208
return
this.authService!.getUserInfo()
209
}
210
211
public getOrganizationId(): string | null {
212
this.ensureInitialized()
Callers
1
handleAuthStateChangeForRetryQueue
Method · 0.95
Calls
2
ensureInitialized
Method · 0.95
getUserInfo
Method · 0.65
Tested by
no test coverage detected