Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
insert
Method · 0.45
semiorderedset
Class · 0.45
getstats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected