type github.com/google/go-cmp/cmp.comparer
8 uses
github.com/google/go-cmp/cmp (current package)
options.go#L73: case *comparer, *transformer, Options:
options.go#L79: case *comparer, *transformer, Options:
options.go#L347: cm := &comparer{fnc: v}
options.go#L354: type comparer struct {
options.go#L360: func (cm *comparer) isFiltered() bool { return cm.typ != nil }
options.go#L362: func (cm *comparer) filter(_ *state, t reflect.Type, _, _ reflect.Value) applicableOption {
options.go#L369: func (cm *comparer) apply(s *state, vx, vy reflect.Value) {
options.go#L374: func (cm comparer) String() string {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |