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

Method IsOpen

library/cpp/logger/log.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144TLog& TLog::operator=(TLog&&) = default;
145
146bool TLog::IsOpen() const noexcept {
147 return Impl_->IsOpen();
148}
149
150void TLog::AddLog(const char* format, ...) const {
151 va_list args;

Callers 3

ReadMethod · 0.45
UncaptureMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected