| 306 | } |
| 307 | |
| 308 | type transformer struct { |
| 309 | core |
| 310 | name string |
| 311 | typ reflect.Type // T |
| 312 | fnc reflect.Value // func(T) R |
| 313 | } |
| 314 | |
| 315 | func (tr *transformer) isFiltered() bool { return tr.typ != nil } |
| 316 |
nothing calls this directly
no outgoing calls
no test coverage detected