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

Method toggleProgressBarPrinting

src/common/task_system/progress_bar.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void ProgressBar::toggleProgressBarPrinting(bool enable) {
71 trackProgress = enable;
72}
73
74ProgressBar* ProgressBar::Get(const main::ClientContext& context) {
75 return context.progressBar.get();

Callers 2

mainFunction · 0.80
setContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected