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

Method ClientPluginManager

src/client/plugins/ct_plugin_manager.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 ClientPluginManager::ClientPluginManager(const std::shared_ptr<BaseWorkspace>& ws) {
29 this->ws_ = ws;
30 this->context_ = ws_->GetContext();
31 }
32
33 void ClientPluginManager::LoadAllPlugins() {
34 auto base_path = QCoreApplication::applicationDirPath();

Callers

nothing calls this directly

Calls 1

GetContextMethod · 0.45

Tested by

no test coverage detected