Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ GetVersionName
Method
GetVersionName
src/render/plugin_interface/gr_plugin_interface.cpp:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
std::string GrPluginInterface::GetVersionName() {
69
return
"1.0.0"
;
70
}
71
72
uint32_t GrPluginInterface::GetVersionCode() {
73
return 1;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected