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

Method clear

pcsx2/Cache.cpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 void clear()
146 {
147 tag.clear();
148 std::memset(&data, 0, sizeof(data));
149 }
150 };
151
152 struct CacheSet

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected