| 434 | } |
| 435 | |
| 436 | void PNode :: PauseCheckpointReplayer() |
| 437 | { |
| 438 | for (auto & poGroup : m_vecGroupList) |
| 439 | { |
| 440 | poGroup->GetCheckpointReplayer()->Pause(); |
| 441 | } |
| 442 | } |
| 443 | |
| 444 | void PNode :: ContinueCheckpointReplayer() |
| 445 | { |
nothing calls this directly
no outgoing calls
no test coverage detected