MCPcopy 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
214void TLog::ResetBackend(THolder<TLogBackend> backend) noexcept {
215 Impl_->ResetBackend(std::move(backend));
216}
217
218bool TLog::IsNullLog() const noexcept {
219 return Impl_->IsNullLog();

Callers 2

SetCustomLoggingFunctionFunction · 0.45
RestoreOriginalLoggerFunction · 0.45

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected