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

Method isAuthenticated

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

Source from the content-addressed store, hash-verified

189 }
190
191 public isAuthenticated(): boolean {
192 this.ensureInitialized()
193 return this.authService!.isAuthenticated()
194 }
195
196 public hasActiveSession(): boolean {
197 this.ensureInitialized()

Callers

nothing calls this directly

Calls 2

ensureInitializedMethod · 0.95
isAuthenticatedMethod · 0.65

Tested by

no test coverage detected