Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ RegisterPlugin
Method
RegisterPlugin
NetworkServer.cpp:1158–1161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1156
}
1157
1158
void NetworkServer::RegisterPlugin(NetworkPlugin plugin)
1159
{
1160
plugins.push_back(plugin);
1161
}
1162
1163
void NetworkServer::UnregisterPlugin(std::string plugin_name)
1164
{
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected