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

Method Insert

util/ysaveload.h:470–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468 }
469
470 inline void Insert(const TValue& v) {
471 S_.insert(v);
472 }
473
474protected:
475 TSetOrMap& S_;

Callers 1

LoadMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected