| 198 | func Ignore() Option { return ignore{} } |
| 199 | |
| 200 | type ignore struct{ core } |
| 201 | |
| 202 | func (ignore) isFiltered() bool { return false } |
| 203 | func (ignore) filter(_ *state, _ reflect.Type, _, _ reflect.Value) applicableOption { return ignore{} } |
nothing calls this directly
no outgoing calls
no test coverage detected