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

Method Pload

util/system/file.cpp:1296–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294}
1295
1296void TFile::Pload(void* buf, size_t len, i64 offset) const {
1297 Impl_->Pload(buf, len, offset);
1298}
1299
1300void TFile::Pwrite(const void* buf, size_t len, i64 offset) const {
1301 Impl_->Pwrite(buf, len, offset);

Callers 1

ReadFromFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected