const github.com/google/go-cmp/cmp.diffRemoved
15 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L22: diffRemoved diffMode = '-'
report_compare.go#L152: case diffRemoved:
report_compare.go#L234: case diffIdentical, diffRemoved, diffInserted:
report_compare.go#L249: case diffRemoved:
report_compare.go#L342: outx := opts.WithDiffMode(diffRemoved).FormatDiff(r.Value, ptrs)
report_compare.go#L346: outx = opts2.WithDiffMode(diffRemoved).FormatDiff(r.Value, ptrs)
report_compare.go#L350: list = append(list, textRecord{Diff: diffRemoved, Key: formatKey(r.Key), Value: outx})
report_references.go#L46: case diffRemoved:
report_slices.go#L173: case diffRemoved:
report_slices.go#L186: if !(r.Diff == diffRemoved || r.Diff == diffInserted) { // start a new non-adjacent difference group
report_slices.go#L386: nx := appendChunks(vx.Slice(0, ds.NumIdentical+ds.NumRemoved+ds.NumModified), diffRemoved)
report_text.go#L35: case diffRemoved:
report_text.go#L45: case diffRemoved:
report_text.go#L209: if r.Diff == diffInserted || r.Diff == diffRemoved {
report_text.go#L229: if (d == diffInserted || d == diffRemoved) && len(b[n0:]) > maxColumnLength {
![]() |
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. |