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

Method CryptContext

libcppcryptfs/context/cryptcontext.h:114–114  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

112public:
113 // disallow copying
114 CryptContext(CryptContext const&) = delete;
115 void operator=(CryptContext const&) = delete;
116
117 bool IsCaseInsensitive() { return m_caseinsensitive && !m_config->m_reverse && !m_config->m_PlaintextNames; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected