Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ Clear
Method
Clear
libcppcryptfs/util/KeyCache.h:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
accessed = false;
61
}
62
void Clear()
63
{
64
pbuf->Clear();
65
accessed = false;
66
valid = false;
67
}
68
~KeyCacheEntry()
69
{
70
if (pbuf)
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected