MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / operator=

Method operator=

libcppcryptfs/util/KeyCache.h:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 // disallow copying
141 KeyCache(KeyCache const&) = delete;
142 void operator=(KeyCache const&) = delete;
143};
144

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected