Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
268
func
setupStructuredReport(r *Report) {
269
r.format.output = printStructuredReport
270
}
271
272
func
printStructuredReport(r *Report, to io.Writer) {
273
entries := make([]StructuredEntry, 0, len(r.Entries))
Callers
1
setupReportFormat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected