type github.com/google/go-cmp/cmp.ignore
9 uses
github.com/google/go-cmp/cmp (current package)
options.go#L69: case ignore:
options.go#L70: return ignore{} // Only ignore can short-circuit evaluation
options.go#L196: func Ignore() Option { return ignore{} }
options.go#L198: type ignore struct{ core }
options.go#L200: func (ignore) isFiltered() bool { return false }
options.go#L201: func (ignore) filter(_ *state, _ reflect.Type, _, _ reflect.Value) applicableOption { return ignore{} }
options.go#L202: func (ignore) apply(s *state, _, _ reflect.Value) { s.report(true, reportByIgnore) }
options.go#L203: func (ignore) String() string { return "Ignore()" }
![]() |
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. |