MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~KeyCache

Method ~KeyCache

libcppcryptfs/util/KeyCache.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53KeyCache::~KeyCache()
54{
55 assert(m_entries.empty());
56 assert(m_valid_count == 0);
57 assert(!m_clearEvent);
58 assert(!m_clearThread);
59}
60
61KeyCache* KeyCache::GetInstance()
62{

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected