Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Load
Method
Load
util/system/file.cpp:1280–1282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1278
}
1279
1280
void TFile::Load(void* buf, size_t len) {
1281
Impl_->Load(buf, len);
1282
}
1283
1284
void TFile::Write(const void* buf, size_t len) {
1285
Impl_->Write(buf, len);
Callers
1
TestRW
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestRW
Method · 0.36