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

Method DirIvCacheNode

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

disallow copying

Source from the content-addressed store, hash-verified

46 FILETIME m_last_write_time;
47 // disallow copying
48 DirIvCacheNode(DirIvCacheNode const&) = delete;
49 void operator=(DirIvCacheNode const&) = delete;
50
51 DirIvCacheNode();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected