MCPcopy 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
28StorageCache::~StorageCache()
29{
30 if (m_pdict != nullptr)
31 dictRelease(m_pdict);
32}
33
34void StorageCache::clear(void(callback)(void*))
35{

Callers

nothing calls this directly

Calls 1

dictReleaseFunction · 0.70

Tested by

no test coverage detected