Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ RemoveActorBusID
Method
RemoveActorBusID
src/plugin/net/src/AFCNetClientService.cpp:380–383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
void AFCNetClientService::RemoveActorBusID(const AFGUID& actor)
381
{
382
actor_bus_map_.erase(actor);
383
}
384
385
int AFCNetClientService::GetActorBusID(const AFGUID& actor)
386
{
Callers
nothing calls this directly
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected