github.com/google/go-cmp/cmp.valuesFilter.fnc (field)
4 uses
github.com/google/go-cmp/cmp (current package)
options.go#L163: vf := &valuesFilter{fnc: v, opt: opt}
options.go#L175: fnc reflect.Value // func(T, T) bool
options.go#L183: if (f.typ == nil || t.AssignableTo(f.typ)) && s.callTTBFunc(f.fnc, vx, vy) {
options.go#L190: return fmt.Sprintf("FilterValues(%s, %v)", function.NameOf(f.fnc), f.opt)
![]() |
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. |