| 334 | int status_; |
| 335 | |
| 336 | PrintBusAndDevice(libusb_device *dev, int status = 0) : dev_(dev), status_(status) {} |
| 337 | }; |
| 338 | |
| 339 | std::ostream &operator<<(std::ostream &out, const PrintBusAndDevice& dev) |
nothing calls this directly
no outgoing calls
no test coverage detected