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

Method GetPluginContext

src/client/plugin_interface/ct_plugin_interface.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{
17
18 std::shared_ptr<ClientPluginContext> ClientPluginInterface::GetPluginContext() {
19 return plugin_context_;
20 }
21
22 std::string ClientPluginInterface::GetPluginName() {
23 return "dummy";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected