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

Method SyncPluginSettingsInfo

src/render/plugins/plugin_manager.cpp:407–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405 }
406
407 void PluginManager::SyncPluginSettingsInfo(const GrPluginSettingsInfo& info) {
408 VisitAllPlugins([&](GrPluginInterface* plugin) {
409 plugin->OnSyncPluginSettingsInfo(info);
410 });
411 }
412
413 int64_t PluginManager::GetQueuingMediaMsgCountInNetPlugins() {
414 int64_t queuing_msg_count = 0;

Callers 1

ParseNetMessageMethod · 0.80

Calls 1

Tested by

no test coverage detected