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

Method OnDestroy

src/client/plugin_interface/ct_plugin_interface.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 bool ClientPluginInterface::OnDestroy() {
151 plugin_context_->OnDestroy();
152 destroyed_ = true;
153 return true;
154 }
155
156 void ClientPluginInterface::PostWorkTask(std::function<void()>&& task) {
157 if (plugin_context_ && !stopped_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected