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

Method GetInstance

libcppcryptfs/util/KeyCache.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61KeyCache* KeyCache::GetInstance()
62{
63 static KeyCache instance;
64
65 return &instance;
66}
67
68static DWORD WINAPI ClearThreadProc(_In_ LPVOID lpParameter)
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected