Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ ~KeyDecryptor
Method
~KeyDecryptor
libcppcryptfs/util/KeybufManager.h:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
m_bEntered = true;
113
}
114
virtual ~KeyDecryptor()
115
{
116
if (m_bEntered)
117
m_mgr->Leave();
118
}
119
// disallow copying
120
KeyDecryptor(KeyDecryptor const&) = delete;
121
void operator=(KeyDecryptor const&) = delete;
Callers
nothing calls this directly
Calls
1
Leave
Method · 0.80
Tested by
no test coverage detected