| 34 | void Close() override {} |
| 35 | bool Read(uint8_t *, uint32_t) override { return false; } |
| 36 | bool Write(uint8_t const *, uint32_t) override { return false; } |
| 37 | void SetTimeout(uint32_t) override {} |
| 38 | }; |
| 39 |
no outgoing calls
no test coverage detected