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

Struct comparer

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

Source from the content-addressed store, hash-verified

365}
366
367type comparer struct {
368 core
369 typ reflect.Type // T
370 fnc reflect.Value // func(T, T) bool
371}
372
373func (cm *comparer) isFiltered() bool { return cm.typ != nil }
374

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected