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

Method Leave

libcppcryptfs/util/KeybufManager.h:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 return EnterInternal();
73 }
74 void Leave()
75 {
76 if (!m_bActive)
77 return;
78
79 LeaveInternal();
80 }
81
82 // disallow copying
83 KeybufManager(KeybufManager const&) = delete;

Callers 1

~KeyDecryptorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected