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

Method SetPluginManager

src/client/ct_client_context.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 void ClientContext::SetPluginManager(const std::shared_ptr<ClientPluginManager>& mgr) {
133 plugin_mgr_ = mgr;
134 }
135
136 std::shared_ptr<ClientPluginManager> ClientContext::GetPluginManager() {
137 return plugin_mgr_;

Callers 1

InitPluginsManagerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected