| 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_; |
nothing calls this directly
no outgoing calls
no test coverage detected