Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoWrite
Method
DoWrite
library/cpp/logger/log.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void DoWrite(const void* buf, size_t len) override {
36
Parent_->WriteData(Priority_, (const char*)buf, len);
37
}
38
39
private:
40
ELogPriority Priority_ = LOG_DEF_PRIORITY;
Callers
nothing calls this directly
Calls
1
WriteData
Method · 0.45
Tested by
no test coverage detected