MCPcopy Create free account
hub / github.com/catboost/catboost / IsNullLog

Method IsNullLog

library/cpp/logger/log.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 inline bool IsNullLog() const noexcept {
85 return !IsOpen() || (dynamic_cast<TNullLogBackend*>(Backend_.Get()) != nullptr);
86 }
87
88 inline bool IsOpen() const noexcept {
89 return nullptr != Backend_.Get();

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected