MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_ht_free

Function cbm_ht_free

src/foundation/hash_table.c:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void cbm_ht_free(CBMHashTable *ht) {
62 if (!ht)
63 return;
64 cbm_vt_cleanup(&ht->vt);
65 free(ht);
66}
67
68void *cbm_ht_set(CBMHashTable *ht, const char *key, void *value) {
69 if (!ht || !key)

Callers 15

cbm_run_kotlin_lsp_crossFunction · 0.85
cbm_sem_corpus_freeFunction · 0.85
cov_dir_ids_freeFunction · 0.85
release_gbuf_indexesFunction · 0.85
cbm_gbuf_freeFunction · 0.85
cbm_gbuf_delete_by_labelFunction · 0.85
cbm_gbuf_delete_by_fileFunction · 0.85
cbm_gbuf_mergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected