Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void hc_errors_deinit() {
33
hc_vector_deinit(handlers());
34
}
35
36
void _hc_throw(struct hc_error *e) {
37
struct hc_vector *hs = handlers();
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
2
hc_vector_deinit
Function · 0.85
handlers
Function · 0.85
Tested by
1
main
Function · 0.68