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

Method ByFunc

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

ByFunc reports whether a [Comparer] function determined equality.

()

Source from the content-addressed store, hash-verified

465
466// ByFunc reports whether a [Comparer] function determined equality.
467func (r Result) ByFunc() bool {
468 return r.flags&reportByFunc != 0
469}
470
471// ByCycle reports whether a reference cycle was detected.
472func (r Result) ByCycle() bool {

Callers 1

ReportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected