MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / unlock

Method unlock

libcppcryptfs/filename/longfilenamecache.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void LongFilenameCache::unlock()
94{
95 LeaveCriticalSection(&m_crit);
96}
97
98bool LongFilenameCache::check_node_clean(LongFilenameCacheNode *node, const wstring& path)
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected