MCPcopy Create free account
hub / github.com/codr7/hacktical-c / hc_errors_deinit

Function hc_errors_deinit

error/error.c:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void hc_errors_deinit() {
33 hc_vector_deinit(handlers());
34}
35
36void _hc_throw(struct hc_error *e) {
37 struct hc_vector *hs = handlers();

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 2

hc_vector_deinitFunction · 0.85
handlersFunction · 0.85

Tested by 1

mainFunction · 0.68