MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / matches

Method matches

pcsx2/Cache.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 bool matches(uptr other) const
79 {
80 return isValid() && addr() == (other & ~ALL_BITS);
81 }
82
83 void clear()
84 {

Callers 1

findInCacheFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected