MCPcopy
hub / github.com/google/go-cmp / unexportedFilter

Struct unexportedFilter

cmp/cmpopts/ignore.go:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124type unexportedFilter struct{ m map[reflect.Type]bool }
125
126func newUnexportedFilter(typs ...interface{}) unexportedFilter {
127 ux := unexportedFilter{m: make(map[reflect.Type]bool)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected