type github.com/google/go-cmp/cmp.valueNode
15 uses
github.com/google/go-cmp/cmp (current package)
report.go#L19: root *valueNode
report.go#L20: curr *valueNode
report_compare.go#L100: func (opts formatOptions) FormatDiff(v *valueNode, ptrs *pointerReferences) (out textNode) {
report_slices.go#L21: func (opts formatOptions) CanFormatDiffSlice(v *valueNode) bool {
report_slices.go#L77: func (opts formatOptions) FormatDiffSlice(v *valueNode) textNode {
report_value.go#L12: type valueNode struct {
report_value.go#L13: parent *valueNode
report_value.go#L43: Value *valueNode // If populated, implies Records is not populated
report_value.go#L50: Value *valueNode
report_value.go#L53: func (parent *valueNode) PushStep(ps PathStep) (child *valueNode) {
report_value.go#L55: child = &valueNode{parent: parent, Type: ps.Type(), ValueX: vx, ValueY: vy}
report_value.go#L83: func (r *valueNode) Report(rs Result) {
report_value.go#L106: func (child *valueNode) PopStep() (parent *valueNode) {
![]() |
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. |