MCPcopy 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

AssignPlainPathMethod · 0.80
destroyMethod · 0.80
mount_crypt_fsFunction · 0.80
MountMethod · 0.80
CloseFileMethod · 0.80
RenameMethod · 0.80
CloseMethod · 0.80
delete_directoryFunction · 0.80
get_file_streamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected