MCPcopy 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

ContainsMethod · 0.80
GetValueMethod · 0.80

Calls 2

TIteratorClass · 0.70
findMethod · 0.45

Tested by

no test coverage detected