| 365 | } |
| 366 | |
| 367 | type comparer struct { |
| 368 | core |
| 369 | typ reflect.Type // T |
| 370 | fnc reflect.Value // func(T, T) bool |
| 371 | } |
| 372 | |
| 373 | func (cm *comparer) isFiltered() bool { return cm.typ != nil } |
| 374 |
nothing calls this directly
no outgoing calls
no test coverage detected