Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ count
Method
count
src/storage/teststorageprovider.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
size_t TestStorageProvider::count() const
93
{
94
return m_map.size();
95
}
96
97
void TestStorageProvider::flush()
98
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected