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

Method DirIvCacheNode

libcppcryptfs/filename/dirivcache.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44*/
45
46DirIvCacheNode::DirIvCacheNode()
47{
48 m_timestamp = 0;
49 m_last_write_time = { 0 , 0 };
50}
51
52DirIvCacheNode::~DirIvCacheNode()
53{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected