MCPcopy 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

existsMethod · 0.95
findMethod · 0.45
insertMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected