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

2 uses

	github.com/google/go-cmp/cmp/cmpopts (current package)
		ignore.go#L68: 	return cmp.FilterPath(tf.filter, cmp.Ignore())
		ignore.go#L94: func (tf ifaceFilter) filter(p cmp.Path) bool {