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

Method WriteJSON

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

Source from the content-addressed store, hash-verified

90}
91
92func (v valuesWriter) WriteJSON(out io.Writer) error {
93 return output.EncodeJSON(out, v.vals)
94}
95
96func (v valuesWriter) WriteYAML(out io.Writer) error {
97 return output.EncodeYAML(out, v.vals)

Callers

nothing calls this directly

Calls 1

EncodeJSONFunction · 0.92

Tested by

no test coverage detected