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

Method OnResume

src/client/plugin_interface/ct_plugin_interface.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 bool ClientPluginInterface::OnResume() {
141 this->stopped_ = false;
142 return true;
143 }
144
145 bool ClientPluginInterface::OnStop() {
146 this->stopped_ = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected