MCPcopy
hub / github.com/google/go-cmp / Report

Method Report

cmp/report.go:29–31  ·  view source on GitHub ↗
(rs Result)

Source from the content-addressed store, hash-verified

27 }
28}
29func (r *defaultReporter) Report(rs Result) {
30 r.curr.Report(rs)
31}
32func (r *defaultReporter) PopStep() {
33 r.curr = r.curr.PopStep()
34}

Callers

nothing calls this directly

Calls 1

ReportMethod · 0.65

Tested by

no test coverage detected