| 152 | } |
| 153 | |
| 154 | void AddIntervalResetStep(std::function<void()> step) |
| 155 | { |
| 156 | std::lock_guard<std::mutex> lock(mutex); |
| 157 | getResetIntervalSteps().emplace_back(step); |
| 158 | } |
| 159 | |
| 160 | void RunSaveSteps(obs_data_t *obj) |
| 161 | { |
no outgoing calls
no test coverage detected