| 11 | std::string msg = "test msg => "; |
| 12 | |
| 13 | std::string GetMsg() { |
| 14 | index++; |
| 15 | return (msg + std::to_string(index)); |
| 16 | } |
| 17 | |
| 18 | void WriteFunc(const Handle& handle, uint32_t len, uint32_t error) { |
| 19 | if (error != CEC_SUCCESS) { |
no outgoing calls
no test coverage detected