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

Method OnCommand

src/render/plugin_interface/gr_plugin_interface.cpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 void GrPluginInterface::OnCommand(const std::string& command) {
229
230 }
231
232 void GrPluginInterface::OnNewClientConnected(const std::string& visitor_device_id, const std::string& stream_id, const std::string& conn_type) {
233 no_connected_clients_counter_ = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected