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

Method GetPluginAuthor

src/client/plugin_interface/ct_plugin_interface.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 std::string ClientPluginInterface::GetPluginAuthor() {
27 return plugin_author_;
28 }
29
30 std::string ClientPluginInterface::GetPluginDescription() {
31 return "plugin description";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected