MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / initialIndent

Method initialIndent

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5211–5214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5209 return *this;
5210 }
5211 auto initialIndent(size_t newIndent) -> Column & {
5212 m_initialIndent = newIndent;
5213 return *this;
5214 }
5215
5216 auto width() const -> size_t {
5217 return m_width;

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected