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

Method SaveArray

util/ysaveload.h:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 static inline void SaveArray(IOutputStream* out, const T* t, size_t len) {
128 ::SavePodArray(out, t, len);
129 }
130
131 static inline void LoadArray(IInputStream* in, T* t, size_t len) {
132 ::LoadPodArray(in, t, len);

Callers

nothing calls this directly

Calls 1

SavePodArrayFunction · 0.85

Tested by

no test coverage detected