| 143 | } |
| 144 | |
| 145 | int testUVHandlePtr(int, char** const) |
| 146 | { |
| 147 | bool passed = true; |
| 148 | passed = testBool() && passed; |
| 149 | passed = testIdle() && passed; |
| 150 | passed = testTimer() && passed; |
| 151 | passed = testWriteCallback() && passed; |
| 152 | return passed ? 0 : -1; |
| 153 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…