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

Method OnMessageRaw

src/client/plugin_interface/ct_plugin_interface.cpp:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226
227 void ClientPluginInterface::OnMessageRaw(const std::any& msg) {
228
229 }
230
231 void ClientPluginInterface::SyncClientPluginSettings(const ClientPluginSettings& st) {
232 plugin_settings_.clipboard_enabled_ = st.clipboard_enabled_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected