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

Method GetPluginManager

src/client/ct_client_context.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 std::shared_ptr<ClientPluginManager> ClientContext::GetPluginManager() {
137 return plugin_mgr_;
138 }
139
140 void ClientContext::SetRecording(bool recording) {
141 recording_ = recording;

Callers 1

FloatControllerPanelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected