const github.com/google/go-cmp/cmp.elideType
10 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L32: elideType
report_compare.go#L138: outx := opts.WithTypeMode(elideType).FormatValue(v.ValueX, parentKind, ptrs)
report_compare.go#L139: outy := opts.WithTypeMode(elideType).FormatValue(v.ValueY, parentKind, ptrs)
report_compare.go#L141: opts2 := verbosityPreset(opts, i).WithTypeMode(elideType)
report_compare.go#L214: opts = opts.WithTypeMode(elideType)
report_compare.go#L218: opts = opts.WithTypeMode(elideType)
report_reflect.go#L59: case elideType:
report_reflect.go#L230: s := opts.WithTypeMode(elideType).FormatValue(v.Index(i), t.Kind(), ptrs)
report_reflect.go#L264: sv := opts.WithTypeMode(elideType).FormatValue(v.MapIndex(k), t.Kind(), ptrs)
report_reflect.go#L350: opts.TypeMode = elideType
![]() |
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. |