Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TFileStat
Method
TFileStat
util/system/fstat.cpp:172–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
TFileStat::TFileStat() = default;
171
172
TFileStat::TFileStat(const TFile& f) {
173
*this = TFileStat(f.GetHandle());
174
}
175
176
TFileStat::TFileStat(FHANDLE f) {
177
TSystemFStat st;
Callers
nothing calls this directly
Calls
6
TFileStat
Class · 0.85
GetStatByHandle
Function · 0.85
MakeStat
Function · 0.85
MakeStatFromStructStat
Function · 0.85
GetHandle
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected