func(reflect.Type) bool
| 418 | } |
| 419 | |
| 420 | type exporter func(reflect.Type) bool |
| 421 | |
| 422 | func (exporter) filter(_ *state, _ reflect.Type, _, _ reflect.Value) applicableOption { |
| 423 | panic("not implemented") |
no outgoing calls
no test coverage detected
searching dependent graphs…