MCPcopy
hub / github.com/helm/helm / WriteYAML

Method WriteYAML

pkg/cmd/get_values.go:96–98  ·  view source on GitHub ↗
(out io.Writer)

Source from the content-addressed store, hash-verified

94}
95
96func (v valuesWriter) WriteYAML(out io.Writer) error {
97 return output.EncodeYAML(out, v.vals)
98}

Callers

nothing calls this directly

Calls 1

EncodeYAMLFunction · 0.92

Tested by

no test coverage detected