Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1230
FHANDLE TFile::GetHandle() const noexcept {
1231
return Impl_->GetHandle();
1232
}
1233
1234
i64 TFile::Seek(i64 offset, SeekDir origin) {
1235
return Impl_->Seek(offset, origin);
Callers
4
GetPosition
Method · 0.45
GetLength
Method · 0.45
IsOpen
Method · 0.45
LinkTo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected