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

Method ~callback_args

src/segfault-handler.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 ~callback_args() {
77 free(stack);
78 pthread_mutex_destroy(&mutex);
79 pthread_cond_destroy(&cond);
80 }
81 };
82
83 uv_async_t* handle;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected