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

Method lookups

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

Source from the content-addressed store, hash-verified

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
101 bool load_dir(LPCWSTR filepath);

Callers 1

GetFsInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected