MCPcopy 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

170TFileStat::TFileStat() = default;
171
172TFileStat::TFileStat(const TFile& f) {
173 *this = TFileStat(f.GetHandle());
174}
175
176TFileStat::TFileStat(FHANDLE f) {
177 TSystemFStat st;

Callers

nothing calls this directly

Calls 6

TFileStatClass · 0.85
GetStatByHandleFunction · 0.85
MakeStatFunction · 0.85
MakeStatFromStructStatFunction · 0.85
GetHandleMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected