Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ CryptConfig
Method
CryptConfig
libcppcryptfs/config/cryptconfig.h:118–118 ·
view source on GitHub ↗
disallow copying
Source
from the content-addressed store, hash-verified
116
117
// disallow copying
118
CryptConfig(CryptConfig const&) = delete;
119
void operator=(CryptConfig const&) = delete;
120
121
virtual ~CryptConfig();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected