func github.com/google/go-cmp/cmp.FilterPath
9 uses
github.com/google/go-cmp/cmp (current package)
options.go#L116: func FilterPath(f func(Path) bool, opt Option) Option {
github.com/google/go-cmp/cmp/cmpopts
ignore.go#L26: return cmp.FilterPath(sf.filter, cmp.Ignore())
ignore.go#L33: return cmp.FilterPath(tf.filter, cmp.Ignore())
ignore.go#L68: return cmp.FilterPath(tf.filter, cmp.Ignore())
ignore.go#L121: return cmp.FilterPath(ux.filter, cmp.Ignore())
ignore.go#L160: return cmp.FilterPath(func(p cmp.Path) bool {
ignore.go#L188: return cmp.FilterPath(func(p cmp.Path) bool {
struct_filter.go#L27: return cmp.FilterPath(sf.filter, opt)
xform.go#L34: return cmp.FilterPath(xf.filter, xf.xform)
![]() |
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. |