github.com/google/go-cmp/cmp/cmpopts.unexportedFilter.filter (method)

2 uses

	github.com/google/go-cmp/cmp/cmpopts (current package)
		ignore.go#L121: 	return cmp.FilterPath(ux.filter, cmp.Ignore())
		ignore.go#L137: func (xf unexportedFilter) filter(p cmp.Path) bool {