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

Method Tag

library/cpp/testing/unittest/junit.cpp:484–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482 }
483
484 TTag Tag(TStringBuf name) {
485 if (!HasChildren) {
486 HasChildren = true;
487 Close();
488 }
489 return TTag(Parent, name, Indent + 1);
490 }
491
492 TTag& Text(TStringBuf text) {
493 if (!HasChildren) {

Callers

nothing calls this directly

Calls 2

CloseFunction · 0.85
TTagClass · 0.70

Tested by

no test coverage detected