| 126 | } |
| 127 | |
| 128 | type pathFilter struct { |
| 129 | core |
| 130 | fnc func(Path) bool |
| 131 | opt Option |
| 132 | } |
| 133 | |
| 134 | func (f pathFilter) filter(s *state, t reflect.Type, vx, vy reflect.Value) applicableOption { |
| 135 | if f.fnc(s.curPath) { |
nothing calls this directly
no outgoing calls
no test coverage detected