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

Struct reporter

cmp/options.go:521–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521type reporter struct{ reporterIface }
522type reporterIface interface {
523 PushStep(PathStep)
524 Report(Result)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected