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

Class CBMModuleDefIndex

src/pipeline/pass_lsp_cross.c:1374–1378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1372} pxc_module_entry_t;
1373
1374struct CBMModuleDefIndex {
1375 CBMHashTable *ht; /* module_qn → pxc_module_entry_t* */
1376 CBMHashTable *namespace_ht; /* declared package/namespace → pxc_module_entry_t* */
1377 int def_count; /* total entries in the all_defs[] array */
1378};
1379
1380/* cbm_ht_foreach callback: free each pxc_module_entry_t. */
1381static void pxc_module_entry_free_cb(const char *key, void *value, void *userdata) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected