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

Method size

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

Source from the content-addressed store, hash-verified

243
244 bool empty() const noexcept { return celem == 0; }
245 size_t size() const noexcept { return celem; }
246
247 size_t estimated_bytes_used() const
248 {

Callers 10

endMethod · 0.45
enumerateMethod · 0.45
random_visitMethod · 0.45
semiorderedsetClass · 0.45
clearMethod · 0.45
getstatsMethod · 0.45
FRehashedRowMethod · 0.45
RehashStepMethod · 0.45
growMethod · 0.45
enumerate_bucketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected