| 30 | } |
| 31 | |
| 32 | void ProgressBar::endProgress(uint64_t queryID) { |
| 33 | std::lock_guard<std::mutex> lock(progressBarLock); |
| 34 | resetProgressBar(queryID); |
| 35 | } |
| 36 | |
| 37 | void ProgressBar::addPipeline() { |
| 38 | if (!trackProgress) { |
no outgoing calls
no test coverage detected