github.com/google/go-cmp/cmp.diffStats.NumIgnored (field)
9 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L295: numEqual := ds.NumIgnored + ds.NumIdentical
report_compare.go#L308: if numEqual-(numLo+numHi) == 1 && ds.NumIgnored == 0 {
report_compare.go#L420: lastStats(1).NumIgnored++
report_slices.go#L361: numEqual := ds.NumIgnored + ds.NumIdentical
report_slices.go#L368: if numEqual-(numLo+numHi) <= chunkSize && ds.NumIgnored == 0 {
report_text.go#L367: NumIgnored int
report_text.go#L385: s.NumIgnored += ds.NumIgnored
report_text.go#L401: counts := [...]int{s.NumIgnored, s.NumIdentical, s.NumRemoved, s.NumInserted, s.NumModified}
![]() |
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. |