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

Method Start

library/cpp/testing/unittest/junit.cpp:505–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503
504 private:
505 void Start() {
506 Parent->Indent(Indent);
507 Parent->Out << '<';
508 Parent->Escape(Name);
509 }
510
511 void Close() {
512 Parent->Out << '>';

Callers

nothing calls this directly

Calls 2

IndentMethod · 0.45
EscapeMethod · 0.45

Tested by

no test coverage detected