Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ GetPluginAuthor
Method
GetPluginAuthor
src/render/plugin_interface/gr_plugin_interface.cpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
std::string GrPluginInterface::GetPluginAuthor() {
53
return plugin_author_;
54
}
55
56
std::string GrPluginInterface::GetPluginDescription() {
57
return
"plugin description"
;
Callers
1
SendPluginsInfoInternal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected