github.com/google/go-cmp/cmp.pointerPath.my (field)
6 uses
github.com/google/go-cmp/cmp (current package)
path.go#L339: my map[value.Pointer]value.Pointer
path.go#L344: p.my = make(map[value.Pointer]value.Pointer)
path.go#L358: _, ok2 := p.my[py]
path.go#L360: equal = p.mx[px] == py && p.my[py] == px // Pointers paired together
path.go#L364: p.my[py] = px
path.go#L371: delete(p.my, value.PointerOf(vy))
![]() |
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. |