Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ CryptFile
Method
CryptFile
libcppcryptfs/file/cryptfile.h:83–83 ·
view source on GitHub ↗
disallow copying
Source
from the content-addressed store, hash-verified
81
82
// disallow copying
83
CryptFile(CryptFile const&) = delete;
84
void operator=(CryptFile const&) = delete;
85
86
CryptFile();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected