MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / endProgress

Method endProgress

src/common/task_system/progress_bar.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

executeMethod · 0.80
handleFailedExecutionMethod · 0.80
~QueryProgressScopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected