Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
TLogElement::~TLogElement() {
22
try {
23
Finish();
24
} catch (...) {
25
}
26
}
27
28
void TLogElement::DoFlush() {
29
if (IsNull()) {
Callers
nothing calls this directly
Calls
1
Finish
Function · 0.50
Tested by
no test coverage detected