MCPcopy 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
31private:
32 static inline TFile OpenFile(const TString& path) {
33 return TFile(path, OpenAlways | WrOnly | ForAppend | Seq | NoReuse);
34 }
35
36private:
37 TRWMutex Lock_;

Callers

nothing calls this directly

Calls 1

TFileClass · 0.50

Tested by

no test coverage detected