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

Method addIndentAndSuffix

unittests/catch.hpp:5349–5351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5347 }
5348
5349 auto addIndentAndSuffix(std::string const &plain) const -> std::string {
5350 return std::string( indent(), ' ' ) + (m_suffix ? plain + "-" : plain);
5351 }
5352
5353 public:
5354 explicit iterator( Column const& column ) : m_column( column ) {

Callers

nothing calls this directly

Calls 1

stringClass · 0.85

Tested by

no test coverage detected