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

Struct recordingTelemetryClient

pkg/cmd/root/root_test.go:20–22  ·  view source on GitHub ↗

recordingTelemetryClient captures the tracked events so tests can assert on them without hitting the network.

Source from the content-addressed store, hash-verified

18// recordingTelemetryClient captures the tracked events so tests can assert on
19// them without hitting the network.
20type recordingTelemetryClient struct {
21 events []recordedEvent
22}
23
24type recordedEvent struct {
25 name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected