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

Method GetHandle

util/system/file.cpp:1230–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228}
1229
1230FHANDLE TFile::GetHandle() const noexcept {
1231 return Impl_->GetHandle();
1232}
1233
1234i64 TFile::Seek(i64 offset, SeekDir origin) {
1235 return Impl_->Seek(offset, origin);

Callers 4

GetPositionMethod · 0.45
GetLengthMethod · 0.45
IsOpenMethod · 0.45
LinkToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected