Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ clear
Method
clear
src/storage/teststorageprovider.cpp:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
size_t TestStorageProvider::clear()
57
{
58
size_t size = m_map.size();
59
m_map.clear();
60
return size;
61
}
62
63
bool TestStorageProvider::enumerate(callback fn) const
64
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected