MCPcopy Create free account
hub / github.com/complexlogic/rsgain / complete

Method complete

src/output.cpp:113–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void ProgressBar::complete()
114{
115 if (c_prev != w_prev)
116 update(len);
117
118 delete buffer;
119 buffer = nullptr;
120 rsgain::print("\n");
121}
122
123inline int ProgressBar::get_console_width()
124{

Callers 1

scanMethod · 0.80

Calls 1

printFunction · 0.85

Tested by

no test coverage detected