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

Method Collect

util/string/split.h:795–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793
794 template <class Container>
795 inline void Collect(Container* c) {
796 Y_ASSERT(c);
797 c->clear();
798 AddTo(c);
799 }
800
801 template <class Container>
802 inline void AddTo(Container* c) {

Callers 11

mainFunction · 0.80
Y_UNIT_TESTFunction · 0.80
CreateFromListImplFunction · 0.80
LoadInMatrixnetFormatFunction · 0.80
ReadCDImplFunction · 0.80
ParseBordersFileLineFunction · 0.80
Y_UNIT_TESTFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected