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

Method GetEventsReplayerPlugin

src/render/plugins/plugin_manager.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 GrPluginInterface* PluginManager::GetEventsReplayerPlugin() {
321 auto plugin = GetPluginById(kEventReplayerPluginId);
322 if (plugin) {
323 return plugin;
324 }
325 return nullptr;
326 }
327
328 GrPluginInterface* PluginManager::GetRtcLocalPlugin() {
329 auto plugin = GetPluginById(kNetRtcLocalPluginId);

Callers 3

PluginNetEventRouterMethod · 0.80
ProcessSwitchMonitorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected