apply executes the option, which may mutate s or panic.
(s *state, vx, vy reflect.Value)
| 41 | |
| 42 | // apply executes the option, which may mutate s or panic. |
| 43 | apply(s *state, vx, vy reflect.Value) |
| 44 | } |
| 45 | |
| 46 | // coreOption represents the following types: |
no outgoing calls
no test coverage detected