| 300 | } |
| 301 | |
| 302 | std::map<std::string, GrNetPlugin*> GrPluginInterface::GetNetPlugins() { |
| 303 | return net_plugins_; |
| 304 | } |
| 305 | |
| 306 | int64_t GrPluginInterface::GetQueuingMediaMsgCountInNetPlugins() { |
| 307 | int64_t queuing_msg_count = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected