MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / AddAccountBusID

Method AddAccountBusID

src/plugin/net/src/AFCNetClientService.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void AFCNetClientService::AddAccountBusID(const std::string& account, const int bus_id)
355{
356 account_bus_map_.insert(std::make_pair(account, bus_id));
357}
358
359void AFCNetClientService::RemoveAccountBusID(const std::string& account)
360{

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected