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

Method getOrganizationName

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

Source from the content-addressed store, hash-verified

215 }
216
217 public getOrganizationName(): string | null {
218 this.ensureInitialized()
219 const userInfo = this.authService!.getUserInfo()
220 return userInfo?.organizationName || null
221 }
222
223 public getOrganizationRole(): string | null {
224 this.ensureInitialized()

Callers 1

Calls 2

ensureInitializedMethod · 0.95
getUserInfoMethod · 0.65

Tested by

no test coverage detected