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

Method InDir

util/system/tempfile.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32TTempFileHandle TTempFileHandle::InDir(const TFsPath& dirPath, const TString& filePrefix, const TString& extension) {
33 return TTempFileHandle(MakeTempName(dirPath.c_str(), filePrefix.c_str(), extension.c_str()));
34}
35
36TFile TTempFileHandle::CreateFile() const {
37 return TFile(Name(), CreateAlways | RdWr);

Callers

nothing calls this directly

Calls 3

TTempFileHandleClass · 0.85
MakeTempNameFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected