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

Method FRehashedRow

src/semiorderedset.h:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 }
326
327 bool FRehashedRow(size_t idx) const
328 {
329 return (idx >= (m_data.size()/2)) || (idx < idxRehash);
330 }
331
332 void RehashStep()
333 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected