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

Function cbm_ht_clear

src/foundation/hash_table.c:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void cbm_ht_clear(CBMHashTable *ht) {
135 if (!ht)
136 return;
137 cbm_vt_clear(&ht->vt);
138}

Callers 2

test_hash_table.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected