Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ operator=
Method
operator=
libcppcryptfs/filename/casecache.h:49–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
// disallow copying
48
CaseCacheNode(CaseCacheNode const&) = delete;
49
void operator=(CaseCacheNode const&) = delete;
50
CaseCacheNode();
51
virtual ~CaseCacheNode();
52
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected