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

Method GetPluginName

src/render/plugin_interface/gr_plugin_interface.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 std::string GrPluginInterface::GetPluginName() {
49 return "dummy";
50 }
51
52 std::string GrPluginInterface::GetPluginAuthor() {
53 return plugin_author_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected