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

Method GetUdpPlugin

src/render/plugins/plugin_manager.cpp:272–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 }
271
272 GrNetPlugin* PluginManager::GetUdpPlugin() {
273 auto plugin = GetPluginById(kNetUdpPluginId);
274 if (plugin) {
275 return (GrNetPlugin*)plugin;
276 }
277 return nullptr;
278 }
279
280 GrPluginInterface* PluginManager::GetClipboardPlugin() {
281 auto plugin = GetPluginById(kClipboardPluginId);

Callers 1

SyncInfoToUdpPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected