Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ OnStop
Method
OnStop
src/render/plugin_interface/gr_plugin_interface.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
bool GrPluginInterface::OnStop() {
166
this->stopped_ = true;
167
return true;
168
}
169
170
bool GrPluginInterface::OnDestroy() {
171
if (root_widget_) {
Callers
1
ReleaseAllPlugins
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected