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

Method Enqueue

pkg/telemetry/telemetry_test.go:123–128  ·  view source on GitHub ↗
(msg analytics.Message)

Source from the content-addressed store, hash-verified

121}
122
123func (f *fakeAnalyticsClient) Enqueue(msg analytics.Message) error {
124 f.mu.Lock()
125 defer f.mu.Unlock()
126 f.messages = append(f.messages, msg)
127 return nil
128}
129
130func (f *fakeAnalyticsClient) Close() error { return nil }
131

Callers 2

IdentifyMethod · 0.80
TrackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected