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

Method Unlock

libcppcryptfs/file/cryptfile.h:98–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 bool m_bExclusiveLock;
97
98 void Unlock()
99 {
100 if (m_openfile) {
101 if (m_bExclusiveLock)
102 m_openfile->UnlockExclusive();
103 else
104 m_openfile->UnlockShared();
105 }
106 }
107
108 void Lock()
109 {

Callers

nothing calls this directly

Calls 2

UnlockExclusiveMethod · 0.80
UnlockSharedMethod · 0.80

Tested by

no test coverage detected