MCPcopy 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_countMethod · 0.80
CryptMoveFileInternalFunction · 0.80
mount_crypt_fsFunction · 0.80
get_dokany_versionFunction · 0.80
check_dokany_versionFunction · 0.80
ClearSavedPasswordsMethod · 0.80
MountMethod · 0.80
printMethod · 0.80
encrypt_string_gcmFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected