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

Method updateProgress

src/common/task_system/progress_bar.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void ProgressBar::updateProgress(uint64_t queryID, double curPipelineProgress) {
54 if (!trackProgress) {
55 return;
56 }
57 updateDisplay(queryID, curPipelineProgress);
58}
59
60void ProgressBar::resetProgressBar(uint64_t queryID) {
61 numPipelines = 0;

Callers 3

scanIndexColumnsMethod · 0.45
updateDisplayMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected