MCPcopy 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
102void CaseCache::unlock()
103{
104 LeaveCriticalSection(&m_crit);
105}
106
107bool CaseCache::check_node_clean(CaseCacheNode *node)
108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected