Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ResetBackend
Method
ResetBackend
library/cpp/logger/log.cpp:214–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
void TLog::ResetBackend(THolder<TLogBackend> backend) noexcept {
215
Impl_->ResetBackend(std::move(backend));
216
}
217
218
bool TLog::IsNullLog() const noexcept {
219
return Impl_->IsNullLog();
Callers
2
SetCustomLoggingFunction
Function · 0.45
RestoreOriginalLogger
Function · 0.45
Calls
1
move
Function · 0.50
Tested by
no test coverage detected