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

Method RawRead

util/system/file.cpp:1272–1274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1270}
1271
1272i32 TFile::RawRead(void* buf, size_t len) {
1273 return Impl_->RawRead(buf, len);
1274}
1275
1276size_t TFile::ReadOrFail(void* buf, size_t len) {
1277 return Impl_->ReadOrFail(buf, len);

Callers 1

TestRawReadMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestRawReadMethod · 0.36