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

Method CryptFileForward

libcppcryptfs/file/cryptfile.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76CryptFileForward::CryptFileForward()
77{
78 m_bExclusiveLock = false;
79 m_openfile = nullptr;
80}
81
82CryptFileForward::~CryptFileForward()
83{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected