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