Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
void Logger::ProgressBar(int progress) {
221
Status(
"\r["
+ std::string(progress,
'#'
) + std::string(50 - progress,
' '
) +
"]"
, false);
222
}
223
224
std::string Logger::GetLog() {
225
return log_stream_.str();
Callers
nothing calls this directly
Calls
1
Status
Class · 0.85
Tested by
no test coverage detected