Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InsertImpl
Method · 0.45
Y_UNIT_TEST
Function · 0.45
TryMarkVisited
Method · 0.45
FindApproximateNeighbors
Function · 0.45
ScanNeighbors
Method · 0.45
Calls
1
move
Function · 0.50
Tested by
no test coverage detected