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

Method RawPread

util/system/file.cpp:1112–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1110 }
1111
1112 i32 RawPread(void* buf, ui32 len, i64 offset) const {
1113 return Handle_.Pread(buf, len, offset);
1114 }
1115
1116 void Pload(void* buf, size_t len, i64 offset) const {
1117 if (Pread(buf, len, offset) != len) {

Callers

nothing calls this directly

Calls 1

PreadMethod · 0.45

Tested by

no test coverage detected