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

Method update

src/transaction/transaction_manager.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void update(double progress) const {
42 if (progressBar != nullptr) {
43 progressBar->updateProgress(queryID.value(), progress);
44 }
45 }
46
47private:
48 ProgressBar* progressBar = nullptr;

Callers 1

checkpointNoLockMethod · 0.45

Calls 1

updateProgressMethod · 0.45

Tested by

no test coverage detected