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

Method Make

src/client/plugins/ct_plugin_manager.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{
23
24 std::shared_ptr<ClientPluginManager> ClientPluginManager::Make(const std::shared_ptr<BaseWorkspace>& ws) {
25 return std::make_shared<ClientPluginManager>(ws);
26 }
27
28 ClientPluginManager::ClientPluginManager(const std::shared_ptr<BaseWorkspace>& ws) {
29 this->ws_ = ws;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected