MCPcopy
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
64func isTelemetryDisabled(cmd *cobra.Command) bool {
65 return cmd.Annotations["telemetry"] == "disabled"
66}

Callers 1

RecordTelemetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected