Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ clear
Method
clear
CoreLib/Base/BaseMap.h:152–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
void clear()
153
{
154
std::fill(HashKeys.begin(), HashKeys.end(), -1);
155
NextIds.clear();
156
Keys.clear();
157
}
158
159
int find_index(T const& key) const
160
{
Callers
2
~HashMap
Method · 0.45
clear
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected