Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Seek
Method
Seek
util/system/file.cpp:378–380 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
}
377
378
i64 TFileHandle::Seek(i64 offset, SeekDir origin) noexcept {
379
return DoSeek(Fd_, offset, origin);
380
}
381
382
i64 TFileHandle::GetLength() const noexcept {
383
// XXX: returns error code, but does not set errno
Callers
7
Y_UNIT_TEST
Function · 0.45
Seek
Method · 0.45
TestResize
Method · 0.45
TestRW
Method · 0.45
TestRead
Method · 0.45
DoSkip
Method · 0.45
ForInput
Method · 0.45
Calls
1
DoSeek
Function · 0.85
Tested by
3
TestResize
Method · 0.36
TestRW
Method · 0.36
TestRead
Method · 0.36