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

Method DirIvCache

libcppcryptfs/filename/dirivcache.h:85–85  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

83public:
84 // disallow copying
85 DirIvCache(DirIvCache const&) = delete;
86 void operator=(DirIvCache const&) = delete;
87
88 DirIvCache();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected