Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AddLogBackend
Method
AddLogBackend
library/cpp/logger/composite.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
void TCompositeLogBackend::AddLogBackend(THolder<TLogBackend>&& backend) {
17
LogPriority = Max(LogPriority, backend->FiltrationLevel());
18
Slaves.emplace_back(std::move(backend));
19
}
Callers
1
DoCreateLogBackend
Method · 0.80
Calls
4
Max
Function · 0.50
move
Function · 0.50
FiltrationLevel
Method · 0.45
emplace_back
Method · 0.45
Tested by
no test coverage detected