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

Method VisitNetPlugins

src/render/plugins/plugin_manager.cpp:368–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 }
367
368 void PluginManager::VisitNetPlugins(const std::function<void(GrNetPlugin*)>&& visitor) {
369 for (const auto& [k, plugin] : plugins_) {
370 if (plugin->GetPluginType() == GrPluginType::kNet) {
371 visitor((GrNetPlugin*) plugin);
372 }
373 }
374 }
375
376 void PluginManager::On1Second() {
377 context_->PostTask([=, this]() {

Callers 6

PostNetMessageMethod · 0.80
ParseNetMessageMethod · 0.80
SendAnswerSdpToRemoteMethod · 0.80
SendIceToRemoteMethod · 0.80

Calls 1

GetPluginTypeMethod · 0.45

Tested by

no test coverage detected