Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FindWithoutPromote
Method
FindWithoutPromote
library/cpp/cache/cache.h:553–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
551
}
552
553
TIterator FindWithoutPromote(const TKey& key) const {
554
return TIterator(Index.find(key));
555
}
556
557
// note: it shouldn
't touch '
value' if it returns false.
558
bool PickOut(const TKey& key, TValue* value) {
Callers
2
Contains
Method · 0.80
GetValue
Method · 0.80
Calls
2
TIterator
Class · 0.70
find
Method · 0.45
Tested by
no test coverage detected