Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ DestroyMap
Method
DestroyMap
src/plugin/kernel/src/AFCMapModule.cpp:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
bool AFCMapModule::DestroyMap(const int map_id)
149
{
150
return map_infos_.erase(map_id);
151
}
152
153
int AFCMapModule::GetOnlineCount()
154
{
Callers
nothing calls this directly
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected