MCPcopy Create free account
hub / github.com/catboost/catboost / CreateFile

Method CreateFile

util/system/tempfile.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36TFile TTempFileHandle::CreateFile() const {
37 return TFile(Name(), CreateAlways | RdWr);
38}

Callers

nothing calls this directly

Calls 2

NameFunction · 0.85
TFileClass · 0.70

Tested by

no test coverage detected