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

Method startProgress

src/common/task_system/progress_bar.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void ProgressBar::startProgress(uint64_t queryID) {
25 if (!trackProgress) {
26 return;
27 }
28 std::lock_guard<std::mutex> lock(progressBarLock);
29 updateDisplay(queryID, 0.0);
30}
31
32void ProgressBar::endProgress(uint64_t queryID) {
33 std::lock_guard<std::mutex> lock(progressBarLock);

Callers 2

executeMethod · 0.80
QueryProgressScopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected