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

Method initialIndent

lib/catch2/catch.hpp:8632–8635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8630 return *this;
8631 }
8632 auto initialIndent(size_t newIndent) -> Column& {
8633 m_initialIndent = newIndent;
8634 return *this;
8635 }
8636
8637 auto width() const -> size_t { return m_width; }
8638 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