Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ end
Method
end
src/semiorderedset.h:132–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
setiter end() const
133
{
134
setiter itr(const_cast<semiorderedset<T,T_KEY,MEMMOVE_SAFE>*>(this));
135
itr.idxPrimary = m_data.size();
136
return itr;
137
}
138
139
void insert(const T &e, bool fRehash = false)
140
{
Callers
3
exists
Method · 0.95
find
Method · 0.45
insert
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected