| 122 | } |
| 123 | |
| 124 | type unexportedFilter struct{ m map[reflect.Type]bool } |
| 125 | |
| 126 | func newUnexportedFilter(typs ...interface{}) unexportedFilter { |
| 127 | ux := unexportedFilter{m: make(map[reflect.Type]bool)} |
nothing calls this directly
no outgoing calls
no test coverage detected