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

Function hc_catch_pop

error/error.c:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void hc_catch_pop() {
29 hc_vector_pop(handlers());
30}
31
32void hc_errors_deinit() {
33 hc_vector_deinit(handlers());

Callers

nothing calls this directly

Calls 2

hc_vector_popFunction · 0.85
handlersFunction · 0.85

Tested by

no test coverage detected