MCPcopy 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
14void hc_set_deinit(struct hc_set *s) {
15 hc_vector_deinit(&s->items);
16}
17
18size_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_deinitFunction · 0.85
deinit_envFunction · 0.85
set_testsFunction · 0.85

Calls 1

hc_vector_deinitFunction · 0.85

Tested by 1

set_testsFunction · 0.68