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

Method hasActiveSession

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

Source from the content-addressed store, hash-verified

194 }
195
196 public hasActiveSession(): boolean {
197 this.ensureInitialized()
198 return this.authService!.hasActiveSession()
199 }
200
201 public hasOrIsAcquiringActiveSession(): boolean {
202 this.ensureInitialized()

Callers

nothing calls this directly

Calls 2

ensureInitializedMethod · 0.95
hasActiveSessionMethod · 0.65

Tested by

no test coverage detected