MCPcopy Create free account
hub / github.com/catboost/catboost / LoadArray

Function LoadArray

util/ysaveload.h:263–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262template <class T>
263static inline void LoadArray(IInputStream* in, T* t, size_t len) {
264 TArraySerializer<T>::LoadArray(in, t, len);
265}
266
267template <class T, class TStorage>
268static inline void Load(IInputStream* in, T& t, TStorage& pool) {

Callers 2

LoadMethod · 0.85
LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected