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

Method updateDisplay

src/common/task_system/progress_bar.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void ProgressBar::updateDisplay(uint64_t queryID, double curPipelineProgress) {
67 display->updateProgress(queryID, curPipelineProgress, numPipelinesFinished);
68}
69
70void ProgressBar::toggleProgressBarPrinting(bool enable) {
71 trackProgress = enable;

Callers

nothing calls this directly

Calls 1

updateProgressMethod · 0.45

Tested by

no test coverage detected