Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TImpl
Method
TImpl
library/cpp/logger/file.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
class TFileLogBackend::TImpl {
11
public:
12
inline TImpl(const TString& path)
13
: File_(OpenFile(path))
14
{
15
}
16
17
inline void WriteData(const TLogRecord& rec) {
18
//many writes are thread-safe
Callers
nothing calls this directly
Calls
1
OpenFile
Class · 0.50
Tested by
no test coverage detected