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