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

Method GetVersionCode

src/render/plugin_interface/gr_plugin_interface.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 uint32_t GrPluginInterface::GetVersionCode() {
73 return 1;
74 }
75
76 bool GrPluginInterface::IsPluginEnabled() {
77 return plugin_enabled_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected