Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
private:
48
ProgressBar* progressBar = nullptr;
Callers
1
checkpointNoLock
Method · 0.45
Calls
1
updateProgress
Method · 0.45
Tested by
no test coverage detected