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

Method hits

libcppcryptfs/filename/casecache.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 bool purge(LPCWSTR path);
96 bool rename(LPCWSTR oldpath, LPCWSTR newpath);
97 long long hits() { long long rval; lock(); rval = m_hits; unlock(); return rval; }
98 long long lookups() { long long rval; lock(); rval = m_lookups; unlock(); return rval; }
99
100 // used to load dir into cache if there is a miss

Callers 1

GetFsInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected