Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ operator=
Method
operator=
cppcryptfs/dokan/MountPointManager.h:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
// disallow copying
41
MountPointManager(MountPointManager const&) = delete;
42
void operator=(MountPointManager const&) = delete;
43
44
virtual ~MountPointManager();
45
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected