Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ isTelemetryDisabled
Function
isTelemetryDisabled
pkg/cmdutil/telemetry.go:64–66 ·
view source on GitHub ↗
(cmd *cobra.Command)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
isTelemetryDisabled(cmd *cobra.Command) bool {
65
return
cmd.Annotations[
"telemetry"
] ==
"disabled"
66
}
Callers
1
RecordTelemetry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected