MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / BlockProgressScaleWriter

Method BlockProgressScaleWriter

src/indicators.hpp:1803–1803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1801class BlockProgressScaleWriter {
1802public:
1803 BlockProgressScaleWriter(std::ostream &os, size_t bar_width) : os(os), bar_width(bar_width) {}
1804
1805 std::ostream &write(float progress) {
1806 std::string fill_text{"█"};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected