MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / find

Method find

src/semiorderedset.h:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 };
88
89 setiter find(const T_KEY &key)
90 {
91 RehashStep();
92 return const_cast<const semiorderedset*>(this)->find(key);
93 }
94
95 setiter find(const T_KEY &key) const
96 {

Callers 1

existsMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected