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

Method CaseCacheNode

libcppcryptfs/filename/casecache.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55#include "cryptfilename.h"
56
57CaseCacheNode::CaseCacheNode()
58{
59 m_timestamp = 0;
60
61 memset(&m_filetime, 0, sizeof(m_filetime));
62}
63
64CaseCacheNode::~CaseCacheNode()
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected