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

Method captureEvent

packages/cloud/src/CloudService.ts:308–311  ·  view source on GitHub ↗
(_event: TelemetryEvent)

Source from the content-addressed store, hash-verified

306 // TelemetryClient
307
308 public captureEvent(_event: TelemetryEvent): void {
309 this.ensureInitialized()
310 this.log("[CloudService] Skipping cloud telemetry capture in compatibility mode")
311 }
312
313 // ShareService
314

Callers 15

addToClineMessagesMethod · 0.45
updateClineMessageMethod · 0.45
webviewMessageHandlerFunction · 0.45
captureTelemetryMethod · 0.45
presentAssistantMessageFunction · 0.45
searchIndexMethod · 0.45
_recreateServicesMethod · 0.45
handleSettingsChangeMethod · 0.45
initializeMethod · 0.45
_performSaveMethod · 0.45
clearCacheFileMethod · 0.45

Calls 2

ensureInitializedMethod · 0.95
logMethod · 0.65

Tested by

no test coverage detected