type github.com/google/go-cmp/cmp.Options
17 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L182: opts Options // List of all fundamental and filter options
compare.go#L187: s := &state{opts: Options{validator{}}}
compare.go#L189: s.processOption(Options(opts))
compare.go#L196: case Options:
options.go#L64: type Options []Option
options.go#L66: func (opts Options) filter(s *state, t reflect.Type, vx, vy reflect.Value) (out applicableOption) {
options.go#L73: case *comparer, *transformer, Options:
options.go#L79: case *comparer, *transformer, Options:
options.go#L80: out = Options{out, opt} // Conflicting comparers or transformers
options.go#L87: func (opts Options) apply(s *state, _, _ reflect.Value) {
options.go#L98: func (opts Options) String() string {
options.go#L526: switch opts := flattenOptions(nil, Options{src}); len(opts) {
options.go#L538: func flattenOptions(dst, src Options) Options {
options.go#L543: case Options:
github.com/google/go-cmp/cmp/cmpopts
equate.go#L53: return cmp.Options{
equate.go#L80: return cmp.Options{
 |
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. |