Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ unlock
Method
unlock
libcppcryptfs/filename/casecache.cpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void CaseCache::unlock()
103
{
104
LeaveCriticalSection(&m_crit);
105
}
106
107
bool CaseCache::check_node_clean(CaseCacheNode *node)
108
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected