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

Method find

Bcore/src/main/cpp/base/safe_map.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 size_type erase(const K& k) { return map_.erase(k); }
74
75 iterator find(const K& k) { return map_.find(k); }
76 const_iterator find(const K& k) const { return map_.find(k); }
77
78 iterator lower_bound(const K& k) { return map_.lower_bound(k); }

Callers 1

GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected