MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / insert

Method insert

libcppcryptfs/context/cryptcontext.h:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 CryptOpenHandles() {};
57
58 void insert(HANDLE h)
59 {
60 lock_guard<mutex> lck(m_mutex);
61 m_handles.insert(h);
62 }
63 void erase(HANDLE h)
64 {
65 lock_guard<mutex> lck(m_mutex);

Callers 6

CryptCaseStreamsCallbackFunction · 0.80
storeMethod · 0.80
renameMethod · 0.80
store_if_not_thereMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected