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

Method initialIndent

extlibs/catch/include/catch/catch.hpp:8313–8316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8311 return *this;
8312 }
8313 auto initialIndent(size_t newIndent) -> Column& {
8314 m_initialIndent = newIndent;
8315 return *this;
8316 }
8317
8318 auto width() const -> size_t { return m_width; }
8319 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