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

Method GetClipboardPlugin

src/render/plugins/plugin_manager.cpp:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 GrPluginInterface* PluginManager::GetClipboardPlugin() {
281 auto plugin = GetPluginById(kClipboardPluginId);
282 if (plugin) {
283 return (GrPluginInterface*)plugin;
284 }
285 return nullptr;
286 }
287
288 GrPluginInterface* PluginManager::GetRtcPlugin() {
289 auto plugin = GetPluginById(kNetRtcPluginId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected