Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ KeyCacheEntry
Method
KeyCacheEntry
libcppcryptfs/util/KeyCache.h:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
bool valid;
55
bool accessed;
56
KeyCacheEntry()
57
{
58
pbuf = nullptr;
59
valid = false;
60
accessed = false;
61
}
62
void Clear()
63
{
64
pbuf->Clear();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected