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

Method width

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

Source from the content-addressed store, hash-verified

5200 }
5201
5202 auto width(size_t newWidth) -> Column & {
5203 assert(newWidth > 0);
5204 m_width = newWidth;
5205 return *this;
5206 }
5207 auto indent(size_t newIndent) -> Column & {
5208 m_indent = newIndent;
5209 return *this;

Callers 5

operator*Method · 0.80
writeToStreamMethod · 0.80
listTagsFunction · 0.80
listReportersFunction · 0.80
benchmarkStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected