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

Method End

library/cpp/testing/unittest/junit.cpp:515–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 }
514
515 void End() {
516 if (HasChildren) {
517 Parent->Indent(Indent, NewLineBeforeIndent);
518 Parent->Out << "</";
519 Parent->Escape(Name);
520 Parent->Out << ">";
521 } else {
522 Parent->Out << "/>";
523 }
524 }
525
526 private:
527 TXmlWriter* Parent = nullptr;

Callers

nothing calls this directly

Calls 2

IndentMethod · 0.45
EscapeMethod · 0.45

Tested by

no test coverage detected