Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ size
Method
size
libcppcryptfs/context/cryptcontext.h:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
m_handles.erase(h);
67
}
68
size_t size() {
69
lock_guard<mutex> lck(m_mutex);
70
return m_handles.size();
71
}
72
virtual ~CryptOpenHandles()
73
{
74
for (auto h : m_handles) {
Callers
15
get_open_handle_count
Method · 0.80
DOKAN_CALLBACK CryptCreateFile
Function · 0.80
CryptMoveFileInternal
Function · 0.80
DOKAN_CALLBACK CryptMoveFile
Function · 0.80
DOKAN_CALLBACK CryptGetDiskFreeSpace
Function · 0.80
mount_crypt_fs
Function · 0.80
get_dokany_version
Function · 0.80
check_dokany_version
Function · 0.80
ClearSavedPasswords
Method · 0.80
Mount
Method · 0.80
print
Method · 0.80
encrypt_string_gcm
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected