MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / width

Method width

extlibs/catch/include/catch/catch.hpp:8304–8308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8302 explicit Column(std::string const& text) { m_strings.push_back(text); }
8303
8304 auto width(size_t newWidth) -> Column& {
8305 assert(newWidth > 0);
8306 m_width = newWidth;
8307 return *this;
8308 }
8309 auto indent(size_t newIndent) -> Column& {
8310 m_indent = newIndent;
8311 return *this;

Callers 6

operator *Method · 0.45
writeToStreamMethod · 0.45
listTagsFunction · 0.45
listReportersFunction · 0.45
openMethod · 0.45
benchmarkPreparingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected