Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OpenFile
Method
OpenFile
library/cpp/logger/file.cpp:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
private:
32
static inline TFile OpenFile(const TString& path) {
33
return TFile(path, OpenAlways | WrOnly | ForAppend | Seq | NoReuse);
34
}
35
36
private:
37
TRWMutex Lock_;
Callers
nothing calls this directly
Calls
1
TFile
Class · 0.50
Tested by
no test coverage detected