Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ ReLock
Method
ReLock
libcppcryptfs/file/cryptfile.h:118–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void ReLock(bool exclusive)
119
{
120
Unlock();
121
m_bExclusiveLock = exclusive;
122
Lock();
123
}
124
125
void ReLock()
126
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected