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

Method OnMessageRaw

src/render/plugin_interface/gr_plugin_interface.cpp:298–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 }
297
298 void GrPluginInterface::OnMessageRaw(const std::any& msg) {
299
300 }
301
302 std::map<std::string, GrNetPlugin*> GrPluginInterface::GetNetPlugins() {
303 return net_plugins_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected