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

Method TImpl

util/system/file.cpp:916–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914class TFile::TImpl: public TAtomicRefCount<TImpl> {
915public:
916 inline TImpl(FHANDLE fd, const TString& fname = TString())
917 : Handle_(fd)
918 , FileName_(fname)
919 {
920 }
921
922 inline TImpl(const char* fName, EOpenMode oMode)
923 : Handle_(fName, oMode)

Callers

nothing calls this directly

Calls 5

DecodeOpenModeFunction · 0.85
ToBaseTypeMethod · 0.80
HexFunction · 0.50
IsOpenMethod · 0.45
stringMethod · 0.45

Tested by

no test coverage detected