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

Function parsePath

pkg/chart/common/values.go:173–173  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

171}
172
173func parsePath(key string) []string { return strings.Split(key, ".") }
174
175func joinPath(path ...string) string { return strings.Join(path, ".") }

Callers 2

TableMethod · 0.70
PathValueMethod · 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…