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

Method find

util/generic/hash_set.h:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195 template <class TheKey>
196 const_iterator find(const TheKey& key) const {
197 return rep.find(key);
198 }
199 template <class TheKey>
200 iterator find(const TheKey& key, insert_ctx& ins) {
201 return rep.find_i(key, ins);

Callers 3

containsMethod · 0.45
operator==Function · 0.45
findMethod · 0.45

Calls 1

find_iMethod · 0.80

Tested by

no test coverage detected