Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
end
Method · 0.45
enumerate
Method · 0.45
random_visit
Method · 0.45
semiorderedset
Class · 0.45
clear
Method · 0.45
getstats
Method · 0.45
FRehashedRow
Method · 0.45
RehashStep
Method · 0.45
grow
Method · 0.45
enumerate_bucket
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected