Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1007
int 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_store
Function · 0.85
test_store_search.c
File · 0.85
Calls
1
create_user_indexes
Function · 0.85
Tested by
no test coverage detected