type github.com/google/go-cmp/cmp.diffStats
25 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L262: list.AppendEllipsis(diffStats{})
report_compare.go#L271: list.AppendEllipsis(diffStats{})
report_compare.go#L284: maxGroup := diffStats{Name: name}
report_compare.go#L408: func coalesceAdjacentRecords(name string, recs []reportRecord) (groups []diffStats) {
report_compare.go#L410: lastStats := func(i int) *diffStats {
report_compare.go#L412: groups = append(groups, diffStats{Name: name})
report_reflect.go#L191: list.AppendEllipsis(diffStats{})
report_reflect.go#L227: list.AppendEllipsis(diffStats{})
report_reflect.go#L260: list.AppendEllipsis(diffStats{})
report_slices.go#L350: maxGroup := diffStats{Name: name}
report_slices.go#L402: func coalesceAdjacentEdits(name string, es diff.EditScript) (groups []diffStats) {
report_slices.go#L404: lastStats := func(i int) *diffStats {
report_slices.go#L406: groups = append(groups, diffStats{Name: name})
report_slices.go#L430: func coalesceInterveningIdentical(groups []diffStats, windowSize int) []diffStats {
report_text.go#L153: func (s *textList) AppendEllipsis(ds diffStats) {
report_text.go#L164: (*s)[len(*s)-1].Comment = (*s)[len(*s)-1].Comment.(diffStats).Append(ds)
report_text.go#L365: type diffStats struct {
report_text.go#L374: func (s diffStats) IsZero() bool {
report_text.go#L376: return s == diffStats{}
report_text.go#L379: func (s diffStats) NumDiff() int {
report_text.go#L383: func (s diffStats) Append(ds diffStats) diffStats {
report_text.go#L397: func (s diffStats) String() string {
![]() |
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. |