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

Method RawPread

util/system/file.cpp:1292–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290}
1291
1292i32 TFile::RawPread(void* buf, ui32 len, i64 offset) const {
1293 return Impl_->RawPread(buf, len, offset);
1294}
1295
1296void TFile::Pload(void* buf, size_t len, i64 offset) const {
1297 Impl_->Pload(buf, len, offset);

Callers 1

TestRawPreadMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestRawPreadMethod · 0.36