MCPcopy
hub / github.com/cli/cli / EventRecorderSpy

Struct EventRecorderSpy

internal/telemetry/fake.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/cli/cli/v2/internal/gh/ghtelemetry"
4
5type EventRecorderSpy struct {
6 Events []ghtelemetry.Event
7}
8
9func (r *EventRecorderSpy) Record(event ghtelemetry.Event) {
10 r.Events = append(r.Events, event)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected