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

Method unlock

libcppcryptfs/filename/dirivcache.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void DirIvCache::unlock()
98{
99 LeaveCriticalSection(&m_crit);
100}
101
102bool DirIvCache::check_node_clean(DirIvCacheNode *node, const wstring& path)
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected