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

Method lookups

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

Source from the content-addressed store, hash-verified

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
115

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected