Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codr7/hacktical-c
/ hc_set_deinit
Function
hc_set_deinit
set/set.c:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void hc_set_deinit(struct hc_set *s) {
15
hc_vector_deinit(&s->items);
16
}
17
18
size_t hc_set_index(const struct hc_set *s, const void *key, bool *ok) {
19
size_t min = 0, max = s->items.length;
Callers
3
hc_memo_alloc_deinit
Function · 0.85
deinit_env
Function · 0.85
set_tests
Function · 0.85
Calls
1
hc_vector_deinit
Function · 0.85
Tested by
1
set_tests
Function · 0.68