| 118 | } |
| 119 | |
| 120 | void ControllerUiRepeater::ResetDirections() |
| 121 | { |
| 122 | up_ = {}; |
| 123 | down_ = {}; |
| 124 | left_ = {}; |
| 125 | right_ = {}; |
| 126 | } |
| 127 | |
| 128 | ControllerUiRepeater::RepeatState& ControllerUiRepeater::StateFor(ControllerUiAction action) |
| 129 | { |
no outgoing calls
no test coverage detected