Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
void hc_catch_pop() {
29
hc_vector_pop(handlers());
30
}
31
32
void hc_errors_deinit() {
33
hc_vector_deinit(handlers());
Callers
nothing calls this directly
Calls
2
hc_vector_pop
Function · 0.85
handlers
Function · 0.85
Tested by
no test coverage detected