Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
TFile TTempFileHandle::CreateFile() const {
37
return TFile(Name(), CreateAlways | RdWr);
38
}
Callers
nothing calls this directly
Calls
2
Name
Function · 0.85
TFile
Class · 0.70
Tested by
no test coverage detected