Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ operator=
Method
operator=
libcppcryptfs/context/cryptcontext.h:54–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
// disallow copying
53
CryptOpenHandles(CryptOpenHandles const&) = delete;
54
void operator=(CryptOpenHandles const&) = delete;
55
56
CryptOpenHandles() {};
57
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected