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

Method GetPluginName

src/client/plugin_interface/ct_plugin_interface.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 std::string ClientPluginInterface::GetPluginName() {
23 return "dummy";
24 }
25
26 std::string ClientPluginInterface::GetPluginAuthor() {
27 return plugin_author_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected