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

Class CBMModuleDefIndex

src/pipeline/pass_lsp_cross.c:1327–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1325} pxc_module_entry_t;
1326
1327struct CBMModuleDefIndex {
1328 CBMHashTable *ht; /* module_qn → pxc_module_entry_t* */
1329 CBMHashTable *namespace_ht; /* declared package/namespace → pxc_module_entry_t* */
1330 int def_count; /* total entries in the all_defs[] array */
1331};
1332
1333/* cbm_ht_foreach callback: free each pxc_module_entry_t. */
1334static 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