Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Load
Method
Load
util/ysaveload.h:198–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
static inline void Load(IInputStream* rh, It b, It e) {
199
LoadArray(rh, b, e - b);
200
}
201
202
template <class TStorage>
203
static inline void Load(IInputStream* rh, It b, It e, TStorage& pool) {
Callers
3
LoadPodType
Function · 0.45
LoadPodArray
Function · 0.45
Load
Method · 0.45
Calls
1
LoadArray
Function · 0.85
Tested by
no test coverage detected