MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / ProgressBar

Method ProgressBar

src/ifcparse/IfcLogger.cpp:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void Logger::ProgressBar(int progress) {
221 Status("\r[" + std::string(progress, '#') + std::string(50 - progress, ' ') + "]", false);
222}
223
224std::string Logger::GetLog() {
225 return log_stream_.str();

Callers

nothing calls this directly

Calls 1

StatusClass · 0.85

Tested by

no test coverage detected