MCPcopy Create free account
hub / github.com/ddopson/node-segfault-handler / close_callback

Function close_callback

src/segfault-handler.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected