Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
KeyCache::~KeyCache()
54
{
55
assert(m_entries.empty());
56
assert(m_valid_count == 0);
57
assert(!m_clearEvent);
58
assert(!m_clearThread);
59
}
60
61
KeyCache* KeyCache::GetInstance()
62
{
Callers
nothing calls this directly
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected