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

Method initialIndent

unittests/catch.hpp:5416–5419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5414 return *this;
5415 }
5416 auto initialIndent( size_t newIndent ) -> Column& {
5417 m_initialIndent = newIndent;
5418 return *this;
5419 }
5420
5421 auto width() const -> size_t { return m_width; }
5422 auto begin() const -> iterator { return iterator( *this ); }

Callers 4

listTestsFunction · 0.80
listTagsFunction · 0.80
listReportersFunction · 0.80
printHeaderStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected