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

Method IsOpen

library/cpp/logger/log.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 inline bool IsOpen() const noexcept {
89 return nullptr != Backend_.Get();
90 }
91
92 inline void CloseLog() noexcept {
93 Backend_.Destroy();

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected