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

Method width

unittests/catch.hpp:5407–5411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5405 explicit Column( std::string const& text ) { m_strings.push_back( text ); }
5406
5407 auto width( size_t newWidth ) -> Column& {
5408 assert( newWidth > 0 );
5409 m_width = newWidth;
5410 return *this;
5411 }
5412 auto indent( size_t newIndent ) -> Column& {
5413 m_indent = newIndent;
5414 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