github.com/google/go-cmp/cmp.valueNode.Records (field)
12 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L176: out = opts.formatDiffList(v.Records, k, ptrs)
report_compare.go#L183: out = opts.formatDiffList(v.Records, k, ptrs)
report_value.go#L39: Records []reportRecord // If populated, implies Value is not populated
report_value.go#L59: parent.Records = append(parent.Records, reportRecord{Key: reflect.ValueOf(s.Name()), Value: child})
report_value.go#L62: parent.Records = append(parent.Records, reportRecord{Value: child})
report_value.go#L65: parent.Records = append(parent.Records, reportRecord{Key: s.Key(), Value: child})
report_value.go#L67: assert(parent.Value == nil && parent.Records == nil)
report_value.go#L70: assert(parent.Value == nil && parent.Records == nil)
report_value.go#L73: assert(parent.Value == nil && parent.Records == nil)
 |
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. |