MCPcopy Create free account
hub / github.com/algolia/cli / Close

Method Close

pkg/telemetry/telemetry.go:296–298  ·  view source on GitHub ↗

Close closes the client, waiting for all pending events to be sent.

()

Source from the content-addressed store, hash-verified

294
295// Close closes the client, waiting for all pending events to be sent.
296func (a *AnalyticsTelemetryClient) Close() {
297 _ = a.client.Close()
298}
299
300func (a *NoOpTelemetryClient) Identify(ctx context.Context) error { return nil }
301

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected