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

Method Find

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

Source from the content-addressed store, hash-verified

369 // object in the heap for performance solution.
370 template <typename K>
371 iterator Find(const K& key) {
372 return FindWithHash(key, hashfn_(key));
373 }
374
375 template <typename K>
376 const_iterator Find(const K& key) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected