MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / SummaryColumn

Method SummaryColumn

Bcore/src/main/cpp/Dobby/tests/catch.hpp:11979–11980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11977struct SummaryColumn {
11978
11979 SummaryColumn(std::string _label, Colour::Code _colour) : label(std::move(_label)), colour(_colour) {
11980 }
11981 SummaryColumn addRow(std::size_t count) {
11982 ReusableStringStream rss;
11983 rss << count;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected