Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
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
433
type
fakeTelemetryDisabler
struct
{
434
disabled bool
435
}
436
437
func
(f *fakeTelemetryDisabler) Disable() {
438
f.disabled = true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected