Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Load
Method
Load
util/ysaveload.h:397–399 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
395
}
396
397
static inline void Load(IInputStream* rh, TArray& a) {
398
::LoadArray(rh, a.data(), a.size());
399
}
400
};
401
402
template <class T, size_t N>
Callers
nothing calls this directly
Calls
3
LoadArray
Function · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected