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

Method WriteJSON

pkg/cmd/list.go:229–231  ·  view source on GitHub ↗
(out io.Writer)

Source from the content-addressed store, hash-verified

227}
228
229func (w *releaseListWriter) WriteJSON(out io.Writer) error {
230 return output.EncodeJSON(out, w.releases)
231}
232
233func (w *releaseListWriter) WriteYAML(out io.Writer) error {
234 return output.EncodeYAML(out, w.releases)

Callers

nothing calls this directly

Calls 1

EncodeJSONFunction · 0.92

Tested by

no test coverage detected