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

Method getOrganizationId

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

Source from the content-addressed store, hash-verified

209 }
210
211 public getOrganizationId(): string | null {
212 this.ensureInitialized()
213 const userInfo = this.authService!.getUserInfo()
214 return userInfo?.organizationId || null
215 }
216
217 public getOrganizationName(): string | null {
218 this.ensureInitialized()

Callers 2

isCompliantMethod · 0.80

Calls 2

ensureInitializedMethod · 0.95
getUserInfoMethod · 0.65

Tested by

no test coverage detected