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

Method GetRtcLocalPlugin

src/render/plugins/plugin_manager.cpp:328–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 }
327
328 GrPluginInterface* PluginManager::GetRtcLocalPlugin() {
329 auto plugin = GetPluginById(kNetRtcLocalPluginId);
330 if (plugin) {
331 return plugin;
332 }
333 return nullptr;
334 }
335
336 void PluginManager::VisitAllPlugins(const std::function<void(GrPluginInterface *)>&& visitor) {
337 for (const auto& [k, plugin] : plugins_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected