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

Method lookups

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

Source from the content-addressed store, hash-verified

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};
104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected