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

Method GetFileTransferPlugin

src/render/plugins/plugin_manager.cpp:264–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 }
263
264 GrPluginInterface* PluginManager::GetFileTransferPlugin() {
265 auto plugin = GetPluginById(kNetFileTransferPluginId);
266 if (plugin) {
267 return (GrPluginInterface*)plugin;
268 }
269 return nullptr;
270 }
271
272 GrNetPlugin* PluginManager::GetUdpPlugin() {
273 auto plugin = GetPluginById(kNetUdpPluginId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected