MCPcopy Create free account
hub / github.com/apache/trafficserver / width

Method width

lib/catch2/catch.hpp:8623–8627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8621 explicit Column(std::string const& text) { m_strings.push_back(text); }
8622
8623 auto width(size_t newWidth) -> Column& {
8624 assert(newWidth > 0);
8625 m_width = newWidth;
8626 return *this;
8627 }
8628 auto indent(size_t newIndent) -> Column& {
8629 m_indent = newIndent;
8630 return *this;

Callers 8

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

Calls

no outgoing calls

Tested by

no test coverage detected