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

Method Enter

libcppcryptfs/util/KeybufManager.h:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 bool Finalize(bool use_key_cache);
66
67 bool Enter()
68 {
69 if (!m_bActive)
70 return true;
71
72 return EnterInternal();
73 }
74 void Leave()
75 {
76 if (!m_bActive)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected