Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ ~StorageCache
Method
~StorageCache
src/StorageCache.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
StorageCache::~StorageCache()
29
{
30
if (m_pdict != nullptr)
31
dictRelease(m_pdict);
32
}
33
34
void StorageCache::clear(void(callback)(void*))
35
{
Callers
nothing calls this directly
Calls
1
dictRelease
Function · 0.70
Tested by
no test coverage detected