| 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; }; |
| 119 | |
| 120 | void GetFsInfo(FsInfo& info); |
no outgoing calls
no test coverage detected