| 567 | } |
| 568 | |
| 569 | auto Moves::Step(const int tricks, const int relHand) -> void { |
| 570 | moveList[tricks][relHand].current++; |
| 571 | } |
| 572 | |
| 573 | auto Moves::Rewind(const int tricks, const int relHand) -> void { |
| 574 | moveList[tricks][relHand].current = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected