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

Method UnlockExclusive

libcppcryptfs/file/openfiles.h:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 void UnlockExclusive()
130 {
131 m_mutex.unlock();
132 }
133
134 // disallow copying
135 CryptOpenFile(CryptOpenFile const&) = delete;

Callers 1

UnlockMethod · 0.80

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected