Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1296
void TFile::Pload(void* buf, size_t len, i64 offset) const {
1297
Impl_->Pload(buf, len, offset);
1298
}
1299
1300
void TFile::Pwrite(const void* buf, size_t len, i64 offset) const {
1301
Impl_->Pwrite(buf, len, offset);
Callers
1
ReadFromFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected