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

Method CaseCache

libcppcryptfs/filename/casecache.h:104–104  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

102
103 // disallow copying
104 CaseCache(CaseCache const&) = delete;
105 void operator=(CaseCache const&) = delete;
106
107 CaseCache();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected