Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RevoSucks/BM64Recomp
/ clear
Method
clear
src/game/recomp_data_api.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void clear() {
97
std::lock_guard lock{mutex};
98
set.clear();
99
}
100
101
size_t size() {
102
std::lock_guard lock{mutex};
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected