Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ erase
Method
erase
libcppcryptfs/context/cryptcontext.h:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
m_handles.insert(h);
62
}
63
void erase(HANDLE h)
64
{
65
lock_guard<mutex> lck(m_mutex);
66
m_handles.erase(h);
67
}
68
size_t size() {
69
lock_guard<mutex> lck(m_mutex);
70
return m_handles.size();
Callers
15
AssignPlainPath
Method · 0.80
destroy
Method · 0.80
DOKAN_CALLBACK CryptCloseFile
Function · 0.80
DOKAN_CALLBACK CryptCleanup
Function · 0.80
mount_crypt_fs
Function · 0.80
Mount
Method · 0.80
CloseFile
Method · 0.80
Rename
Method · 0.80
Close
Method · 0.80
delete_directory
Function · 0.80
get_dir_and_file_from_path
Function · 0.80
get_file_stream
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected