Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetPosition
Method
GetPosition
util/system/file.cpp:374–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
i64 TFileHandle::GetPosition() const noexcept {
375
return DoSeek(Fd_, 0, sCur);
376
}
377
378
i64 TFileHandle::Seek(i64 offset, SeekDir origin) noexcept {
379
return DoSeek(Fd_, offset, origin);
Callers
3
TestResize
Method · 0.45
TestRW
Method · 0.45
DoSkip
Method · 0.45
Calls
2
DoSeek
Function · 0.85
GetHandle
Method · 0.45
Tested by
2
TestResize
Method · 0.36
TestRW
Method · 0.36