github.com/google/go-cmp/cmp.diffStats.NumModified (field)
9 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L428: lastStats(2).NumModified++
report_slices.go#L386: nx := appendChunks(vx.Slice(0, ds.NumIdentical+ds.NumRemoved+ds.NumModified), diffRemoved)
report_slices.go#L388: ny := appendChunks(vy.Slice(0, ds.NumIdentical+ds.NumInserted+ds.NumModified), diffInserted)
report_slices.go#L420: lastStats(2).NumModified++
report_text.go#L371: NumModified int
report_text.go#L380: return s.NumRemoved + s.NumInserted + s.NumModified
report_text.go#L389: s.NumModified += ds.NumModified
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. |