| 136 | } |
| 137 | |
| 138 | static void close_callback(uv_handle_t* handle) { |
| 139 | // free the callback handle |
| 140 | free(handle); |
| 141 | } |
| 142 | |
| 143 | #if defined(UV_VERSION_MAJOR) && UV_VERSION_MAJOR > 0 |
| 144 | static void make_callback(uv_async_t* handle) { |
nothing calls this directly
no outgoing calls
no test coverage detected