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

Method GetRelayPlugin

src/render/plugins/plugin_manager.cpp:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 }
295
296 GrNetPlugin* PluginManager::GetRelayPlugin() {
297 auto plugin = GetPluginById(kRelayPluginId);
298 if (plugin) {
299 return (GrNetPlugin*)plugin;
300 }
301 return nullptr;
302 }
303
304 GrFrameCarrierPlugin* PluginManager::GetFrameCarrierPlugin() {
305 auto plugin = GetPluginById(kFrameCarrierPluginId);

Callers 1

AsProtoMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected