filter applies all filters and returns the option that remains. Each option may only read s.curPath and call s.callTTBFunc. An Options is returned only if multiple comparers or transformers can apply simultaneously and will only contain values of those types or sub-Options containing values of thos
(s *state, t reflect.Type, vx, vy reflect.Value)
| 30 | // can apply simultaneously and will only contain values of those types |
| 31 | // or sub-Options containing values of those types. |
| 32 | filter(s *state, t reflect.Type, vx, vy reflect.Value) applicableOption |
| 33 | } |
| 34 | |
| 35 | // applicableOption represents the following types: |
no outgoing calls
no test coverage detected