Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
void cbm_ht_clear(CBMHashTable *ht) {
135
if (!ht)
136
return;
137
cbm_vt_clear(&ht->vt);
138
}
Callers
2
cbm_registry_reach_cache_begin
Function · 0.85
test_hash_table.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected