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

Method hits

libcppcryptfs/filename/longfilenamecache.h:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 void remove(LPCWSTR base64_hash);
110
111 long long hits() { long long rval; lock(); rval = m_hits; unlock(); return rval; }
112 long long lookups() { long long rval; lock(); rval = m_lookups; unlock(); return rval; }
113};
114

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected