| 24 | } |
| 25 | |
| 26 | std::string ClientPluginInterface::GetPluginAuthor() { |
| 27 | return plugin_author_; |
| 28 | } |
| 29 | |
| 30 | std::string ClientPluginInterface::GetPluginDescription() { |
| 31 | return "plugin description"; |
nothing calls this directly
no outgoing calls
no test coverage detected