| 19 | |
| 20 | /* Opaque — full definition lives in hash_table.c. */ |
| 21 | typedef 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). */ |
nothing calls this directly
no outgoing calls
no test coverage detected