MCPcopy 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
1158void NetworkServer::RegisterPlugin(NetworkPlugin plugin)
1159{
1160 plugins.push_back(plugin);
1161}
1162
1163void NetworkServer::UnregisterPlugin(std::string plugin_name)
1164{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected