MCPcopy
hub / github.com/cli/cli / fakeTelemetryDisabler

Struct fakeTelemetryDisabler

api/http_client_test.go:433–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433type fakeTelemetryDisabler struct {
434 disabled bool
435}
436
437func (f *fakeTelemetryDisabler) Disable() {
438 f.disabled = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected