MCPcopy 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

Calls 2

ensureInitializedMethod · 0.95
getUserInfoMethod · 0.65

Tested by

no test coverage detected