Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ SetCaseSensitive
Method
SetCaseSensitive
libcppcryptfs/context/cryptcontext.h:118–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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);
121
Callers
1
mount_crypt_fs
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected