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

Method Make

src/render/plugins/plugin_manager.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28
29 std::shared_ptr<PluginManager> PluginManager::Make(const std::shared_ptr<RdApplication>& app) {
30 return std::make_shared<PluginManager>(app);
31 }
32
33 PluginManager::PluginManager(const std::shared_ptr<RdApplication>& app) {
34 this->app_ = app;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected