Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ Clear
Method
Clear
pcsx2/DEV9/ThreadSafeMap.h:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void Clear()
47
{
48
std::unique_lock modifyLock(accessMutex);
49
map.clear();
50
}
51
52
std::vector<Key> GetKeys()
53
{
Callers
1
~SocketAdapter
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected