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

Method EmeCryptContext

libcppcryptfs/crypt/eme.h:65–65  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

63
64 // disallow copying
65 EmeCryptContext(EmeCryptContext const&) = delete;
66 void operator=(EmeCryptContext const&) = delete;
67
68 virtual ~EmeCryptContext();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected