MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CryptOpenHandles

Method CryptOpenHandles

libcppcryptfs/context/cryptcontext.h:53–53  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

51public:
52 // disallow copying
53 CryptOpenHandles(CryptOpenHandles const&) = delete;
54 void operator=(CryptOpenHandles const&) = delete;
55
56 CryptOpenHandles() {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected