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

Method Insert

library/cpp/cache/cache.h:570–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568 }
569
570 bool Insert(const std::pair<TKey, TValue>& p) {
571 return Insert(p.first, p.second);
572 }
573
574 template<typename TKeyRef, typename TValueRef>
575 bool InsertImpl(TKeyRef&& key, TValueRef&& value) {

Callers 5

InsertImplMethod · 0.45
Y_UNIT_TESTFunction · 0.45
TryMarkVisitedMethod · 0.45
FindApproximateNeighborsFunction · 0.45
ScanNeighborsMethod · 0.45

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected