Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CryptCaseStreamsCallback
Function · 0.80
DOKAN_CALLBACK CryptCreateFile
Function · 0.80
StoreRenameStreamCallback
Function · 0.80
store
Method · 0.80
rename
Method · 0.80
store_if_not_there
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected