MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / operator=

Method operator=

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

Source from the content-addressed store, hash-verified

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; };
118 void SetCaseSensitive(bool bCaseSensitive) { m_caseinsensitive = bCaseSensitive; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected