MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~KeyCacheEntry

Method ~KeyCacheEntry

libcppcryptfs/util/KeyCache.h:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 valid = false;
67 }
68 ~KeyCacheEntry()
69 {
70 if (pbuf)
71 delete pbuf;
72 }
73 // disallow copying
74 KeyCacheEntry(KeyCacheEntry const&) = delete;
75 void operator=(KeyCacheEntry const&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected