Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
exists
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected