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

Method logout

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

Source from the content-addressed store, hash-verified

184 }
185
186 public async logout(): Promise<void> {
187 this.ensureInitialized()
188 return this.authService!.logout()
189 }
190
191 public isAuthenticated(): boolean {
192 this.ensureInitialized()

Callers

nothing calls this directly

Calls 2

ensureInitializedMethod · 0.95
logoutMethod · 0.65

Tested by

no test coverage detected