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

Function cbm_store_create_indexes

src/store/store.c:1007–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005}
1006
1007int cbm_store_create_indexes(cbm_store_t *s) {
1008 return create_user_indexes(s);
1009}
1010
1011/* ── Checkpoint ─────────────────────────────────────────────────── */
1012

Callers 2

cbm_gbuf_flush_to_storeFunction · 0.85

Calls 1

create_user_indexesFunction · 0.85

Tested by

no test coverage detected