MCPcopy Index your code
hub / github.com/helm/helm / normalize

Function normalize

pkg/cmd/flags.go:305–307  ·  view source on GitHub ↗

normalize replaces underscores with hyphens

(s string)

Source from the content-addressed store, hash-verified

303
304// normalize replaces underscores with hyphens
305func normalize(s string) string {
306 return strings.ReplaceAll(s, "_", "-")
307}

Callers 1

addKlogFlagsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…