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