MCPcopy 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
374i64 TFileHandle::GetPosition() const noexcept {
375 return DoSeek(Fd_, 0, sCur);
376}
377
378i64 TFileHandle::Seek(i64 offset, SeekDir origin) noexcept {
379 return DoSeek(Fd_, offset, origin);

Callers 3

TestResizeMethod · 0.45
TestRWMethod · 0.45
DoSkipMethod · 0.45

Calls 2

DoSeekFunction · 0.85
GetHandleMethod · 0.45

Tested by 2

TestResizeMethod · 0.36
TestRWMethod · 0.36