MCPcopy Index your code
hub / github.com/databus23/helm-diff / setupStructuredReport

Function setupStructuredReport

diff/report.go:268–270  ·  view source on GitHub ↗
(r *Report)

Source from the content-addressed store, hash-verified

266}
267
268func setupStructuredReport(r *Report) {
269 r.format.output = printStructuredReport
270}
271
272func printStructuredReport(r *Report, to io.Writer) {
273 entries := make([]StructuredEntry, 0, len(r.Entries))

Callers 1

setupReportFormatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected