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

Function isTelemetryDisabled

pkg/cmdutil/telemetry.go:78–80  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

76}
77
78func isTelemetryDisabled(cmd *cobra.Command) bool {
79 return cmd.Annotations["telemetry"] == "disabled"
80}

Callers 1

RecordTelemetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected