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

Method IsCaseInsensitive

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

Source from the content-addressed store, hash-verified

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);

Callers 11

ConvertMethod · 0.80
CorrectCasePathMethod · 0.80
FileExistedMethod · 0.80
CryptMoveFileInternalFunction · 0.80
mount_crypt_fsFunction · 0.80
find_filesFunction · 0.80
compare_namesFunction · 0.80
load_dirMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected