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

Method GetVersionName

src/client/plugin_interface/ct_plugin_interface.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 std::string ClientPluginInterface::GetVersionName() {
39 return "1.0.0";
40 }
41
42 uint32_t ClientPluginInterface::GetVersionCode() {
43 return 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected