Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1272
i32 TFile::RawRead(void* buf, size_t len) {
1273
return Impl_->RawRead(buf, len);
1274
}
1275
1276
size_t TFile::ReadOrFail(void* buf, size_t len) {
1277
return Impl_->ReadOrFail(buf, len);
Callers
1
TestRawRead
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestRawRead
Method · 0.36