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

Method Load

util/ysaveload.h:338–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 }
337
338 static inline void Load(IInputStream* rh, TVec& v) {
339 ::LoadSizeAndResize(rh, v);
340 TIter b = v.begin();
341 TIter e = (TIter)v.end();
342 ::LoadRange(rh, b, e);
343 }
344
345 template <class TStorage>
346 static inline void Load(IInputStream* rh, TVec& v, TStorage& pool) {

Callers

nothing calls this directly

Calls 4

LoadSizeAndResizeFunction · 0.85
LoadRangeFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected