MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / clear

Method clear

src/game/recomp_data_api.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 void clear() {
137 std::lock_guard lock{mutex};
138 map.clear();
139 }
140
141 bool erase_first(ValueType& out) {
142 std::lock_guard lock{mutex};

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected