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

Method empty

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

Source from the content-addressed store, hash-verified

242 }
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

Callers 3

insertMethod · 0.45
semiorderedsetClass · 0.45
getstatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected