Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ KeyCache
Method
KeyCache
libcppcryptfs/util/KeyCache.h:141–141 ·
view source on GitHub ↗
disallow copying
Source
from the content-addressed store, hash-verified
139
140
// disallow copying
141
KeyCache(KeyCache const&) = delete;
142
void operator=(KeyCache const&) = delete;
143
};
144
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected