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

Method LoadArray

util/ysaveload.h:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 static inline void LoadArray(IInputStream* in, T* t, size_t len) {
132 ::LoadPodArray(in, t, len);
133 }
134};
135
136namespace NHasSaveLoad {

Callers

nothing calls this directly

Calls 1

LoadPodArrayFunction · 0.85

Tested by

no test coverage detected