MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / FindWithHash

Method FindWithHash

Bcore/src/main/cpp/base/hash_set.h:381–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379
380 template <typename K>
381 iterator FindWithHash(const K& key, size_t hash) {
382 return iterator(this, FindIndex(key, hash));
383 }
384
385 template <typename K>
386 const_iterator FindWithHash(const K& key, size_t hash) const {

Callers

nothing calls this directly

Calls 1

iteratorClass · 0.50

Tested by

no test coverage detected