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

Method CryptFileForward

libcppcryptfs/file/cryptfile.h:156–156  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

154
155 // disallow copying
156 CryptFileForward(CryptFileForward const&) = delete;
157 void operator=(CryptFileForward const&) = delete;
158
159 CryptFileForward();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected