Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
29
func
(r *defaultReporter) Report(rs Result) {
30
r.curr.Report(rs)
31
}
32
func
(r *defaultReporter) PopStep() {
33
r.curr = r.curr.PopStep()
34
}
Callers
nothing calls this directly
Calls
1
Report
Method · 0.65
Tested by
no test coverage detected