Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
TLog& TLog::operator=(TLog&&) = default;
145
146
bool TLog::IsOpen() const noexcept {
147
return Impl_->IsOpen();
148
}
149
150
void TLog::AddLog(const char* format, ...) const {
151
va_list args;
Callers
3
Read
Method · 0.45
Uncapture
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected