MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / indent

Method indent

tests/catch.hpp:6516–6519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6514 return *this;
6515 }
6516 auto indent(size_t newIndent) -> Column& {
6517 m_indent = newIndent;
6518 return *this;
6519 }
6520 auto initialIndent(size_t newIndent) -> Column& {
6521 m_initialIndent = newIndent;
6522 return *this;

Callers 9

writeToStreamMethod · 0.45
listTestsFunction · 0.45
listTagsFunction · 0.45
listReportersFunction · 0.45
catch.hppFile · 0.45
applyCommandLineMethod · 0.45
printMessageMethod · 0.45
printHeaderStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected