Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ ~CryptFile
Method
~CryptFile
libcppcryptfs/file/cryptfile.cpp:58–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
58
CryptFile::~CryptFile()
59
{
60
// don't close
61
62
if (m_pkdc)
63
delete m_pkdc;
64
}
65
66
void CryptFile::GetKeys()
67
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected