MCPcopy Create free account
hub / github.com/algolia/cli / SetCommandPath

Method SetCommandPath

pkg/telemetry/telemetry.go:202–204  ·  view source on GitHub ↗

SetCommandPath sets the commandPath on the CLIAnalyticsEventContext object

(commandPath string)

Source from the content-addressed store, hash-verified

200
201// SetCommandPath sets the commandPath on the CLIAnalyticsEventContext object
202func (e *CLIAnalyticsEventMetadata) SetCommandPath(commandPath string) {
203 e.CommandPath = commandPath
204}
205
206// SetConfiguredApplicationsNb sets the configuredApplicationsNb on the CLIAnalyticsEventContext object
207func (e *CLIAnalyticsEventMetadata) SetConfiguredApplicationsNb(nb int) {

Callers 1

newTelemetryContextFunction · 0.80

Calls

no outgoing calls

Tested by 1

newTelemetryContextFunction · 0.64