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

Method GetVersionCode

src/client/plugin_interface/ct_plugin_interface.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 uint32_t ClientPluginInterface::GetVersionCode() {
43 return 1;
44 }
45
46 bool ClientPluginInterface::IsPluginEnabled() {
47 return plugin_enabled_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected