Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/auth0-cli
/ generateRunEventName
Function
generateRunEventName
internal/analytics/analytics.go:133–135 ·
view source on GitHub ↗
(command string)
Source
from the content-addressed store, hash-verified
131
}
132
133
func
generateRunEventName(command string) string {
134
return
generateEventName(command,
"Run"
)
135
}
136
137
func
generateEventName(command string, action string) string {
138
commands := strings.Split(command,
" "
)
Callers
2
TrackCommandRun
Method · 0.85
TestGenerateRunEventName
Function · 0.85
Calls
1
generateEventName
Function · 0.85
Tested by
1
TestGenerateRunEventName
Function · 0.68