MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / AttachNetPlugin

Method AttachNetPlugin

src/render/plugin_interface/gr_plugin_interface.cpp:264–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 void GrPluginInterface::AttachNetPlugin(const std::string& id, GrNetPlugin* plugin) {
265 net_plugins_[id] = plugin;
266 }
267
268 void GrPluginInterface::AttachPlugin(const std::string& id, GrPluginInterface* plugin) {
269 total_plugins_[id] = plugin;

Callers 1

LoadAllPluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected