Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
CryptFileForward::CryptFileForward()
77
{
78
m_bExclusiveLock = false;
79
m_openfile = nullptr;
80
}
81
82
CryptFileForward::~CryptFileForward()
83
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected