| 17 | } |
| 18 | |
| 19 | void GrNetPlugin::PostProtoMessage(std::shared_ptr<Data> msg, bool run_through) { |
| 20 | |
| 21 | } |
| 22 | |
| 23 | bool GrNetPlugin::PostTargetStreamProtoMessage(const std::string& stream_id, std::shared_ptr<Data> msg, bool run_through) { |
| 24 | return false; |
no outgoing calls
no test coverage detected