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

Class CBMHashTable

src/foundation/hash_table.h:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20/* Opaque — full definition lives in hash_table.c. */
21typedef struct CBMHashTable CBMHashTable;
22
23/* Create a hash table with initial capacity hint (used to pre-reserve
24 * buckets and avoid early growth; 0 = library default). */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected