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

Method hits

libcppcryptfs/filename/dirivcache.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 void remove(LPCWSTR path);
99
100 long long hits() { long long rval; lock(); rval = m_hits; unlock(); return rval; }
101 long long lookups() { long long rval; lock(); rval = m_lookups; unlock(); return rval; }
102
103};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected