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

Method GetFileTransferPlugin

src/client/plugins/ct_plugin_manager.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 ClientPluginInterface* ClientPluginManager::GetFileTransferPlugin() {
178 auto plugin = GetPluginById(kClientFileTransferPluginId);
179 if (plugin) {
180 return (ClientPluginInterface*)plugin;
181 }
182 return nullptr;
183 }
184
185 void ClientPluginManager::VisitAllPlugins(const std::function<void(ClientPluginInterface *)>&& visitor) {
186 for (const auto& [k, plugin] : plugins_) {

Callers 3

ExitClientWithDialogMethod · 0.45
FloatControllerPanelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected