MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / RegisterNetworkClient

Method RegisterNetworkClient

ResourceManager.cpp:584–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584void ResourceManager::RegisterNetworkClient(NetworkClient* new_client)
585{
586 new_client->RegisterClientInfoChangeCallback(NetworkClientInfoChangeCallback, this);
587
588 clients.push_back(new_client);
589}
590
591void ResourceManager::UnregisterNetworkClient(NetworkClient* network_client)
592{

Callers 2

AttemptLocalConnectionFunction · 0.80

Calls 2

push_backMethod · 0.45

Tested by

no test coverage detected