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

Method GetPluginSettings

src/client/plugin_interface/ct_plugin_interface.cpp:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 }
234
235 ClientPluginSettings ClientPluginInterface::GetPluginSettings() {
236 return plugin_settings_;
237 }
238
239 bool ClientPluginInterface::HasProcessingTasks() {
240 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected