const github.com/google/go-cmp/cmp.numContextRecords
5 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L15: const numContextRecords = 2
report_compare.go#L296: for numLo < numContextRecords && numLo+numHi < numEqual && i != 0 {
report_compare.go#L302: for numHi < numContextRecords && numLo+numHi < numEqual && i != len(groups)-1 {
report_slices.go#L362: for numLo < chunkSize*numContextRecords && numLo+numHi < numEqual && i != 0 {
report_slices.go#L365: for numHi < chunkSize*numContextRecords && numLo+numHi < numEqual && i != len(groups)-1 {
![]() |
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. |