MCPcopy Create free account
hub / github.com/catboost/catboost / ~TLogElement

Method ~TLogElement

library/cpp/logger/element.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21TLogElement::~TLogElement() {
22 try {
23 Finish();
24 } catch (...) {
25 }
26}
27
28void TLogElement::DoFlush() {
29 if (IsNull()) {

Callers

nothing calls this directly

Calls 1

FinishFunction · 0.50

Tested by

no test coverage detected