| 26 | } |
| 27 | |
| 28 | double OutputManager::loadCheckpoint(const std::string& path) { |
| 29 | return checkpointManager.loadCheckpoint(path); |
| 30 | } |
| 31 | |
| 32 | void OutputManager::setupCheckpoint(double interval) { |
| 33 | writer::ScheduledWriter checkpointScheduled; |
no outgoing calls
no test coverage detected