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

Method Clear

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

Source from the content-addressed store, hash-verified

130 bool Unregister(id_t id);
131 void Enable();
132 void Clear() { ClearInternal(false); }
133 void Disable() { ClearInternal(true); }
134 bool Store(id_t id, const BYTE* ptr, size_t len);
135 bool Retrieve(id_t id, const vector<KeyBuf>& kbmb);

Callers 4

SetRealTextMethod · 0.45
ClearMethod · 0.45
ClearThreadProcFunction · 0.45
ClearInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected