github.com/google/go-cmp/cmp.Result.flags (field)
7 uses
github.com/google/go-cmp/cmp (current package)
compare.go#L606: r.Report(Result{flags: rf})
options.go#L436: flags resultFlags
options.go#L442: return r.flags&(reportEqual|reportByIgnore) != 0
options.go#L448: return r.flags&reportByIgnore != 0
options.go#L453: return r.flags&reportByMethod != 0
options.go#L458: return r.flags&reportByFunc != 0
options.go#L463: return r.flags&reportByCycle != 0
![]() |
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. |