MCPcopy Create free account
hub / github.com/cli/cli / NoOpService

Struct NoOpService

internal/telemetry/telemetry.go:496–496  ·  view source on GitHub ↗

NoOpService discards telemetry when collection is disabled.

Source from the content-addressed store, hash-verified

494
495// NoOpService discards telemetry when collection is disabled.
496type NoOpService struct{}
497
498// Record discards the event.
499func (s *NoOpService) Record(event ghtelemetry.Event) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected