MCPcopy Create free account
hub / github.com/catboost/catboost / Indent

Method Indent

library/cpp/testing/unittest/junit.cpp:554–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552 }
553
554 void Indent(size_t count, bool insertNewLine = true) {
555 if (insertNewLine) {
556 Out << '\n';
557 }
558
559 while (count--) {
560 Out << ' ';
561 }
562 }
563
564 void Escape(const TStringBuf str) {
565 const unsigned char* i = reinterpret_cast<const unsigned char*>(str.data());

Callers 2

StartMethod · 0.45
EndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected