Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ CSecureEdit
Method
CSecureEdit
cppcryptfs/ui/SecureEdit.h:29–29 ·
view source on GitHub ↗
disallow copying
Source
from the content-addressed store, hash-verified
27
28
// disallow copying
29
CSecureEdit(CSecureEdit const&) = delete;
30
void operator=(CSecureEdit const&) = delete;
31
32
CSecureEdit();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected