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

Method OnStop

src/client/plugin_interface/ct_plugin_interface.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 bool ClientPluginInterface::OnStop() {
146 this->stopped_ = true;
147 return true;
148 }
149
150 bool ClientPluginInterface::OnDestroy() {
151 plugin_context_->OnDestroy();

Callers 1

ReleaseAllPluginsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected