Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1292
i32 TFile::RawPread(void* buf, ui32 len, i64 offset) const {
1293
return Impl_->RawPread(buf, len, offset);
1294
}
1295
1296
void TFile::Pload(void* buf, size_t len, i64 offset) const {
1297
Impl_->Pload(buf, len, offset);
Callers
1
TestRawPread
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestRawPread
Method · 0.36