Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_store_exec
Function
cbm_store_exec
src/store/store.c:1083–1085 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1081
}
1082
1083
int cbm_store_exec(cbm_store_t *s, const char *sql) {
1084
return exec_sql(s, sql);
1085
}
1086
1087
const char *cbm_store_error(cbm_store_t *s) {
1088
return s ? s->errbuf :
"null store"
;
Callers
9
generation_rebuild_fts
Function · 0.85
cbm_pipeline_publish_staged
Function · 0.85
test_store_checkpoint.c
File · 0.85
mcp_open_corrupt_project_store_with_wal
Function · 0.85
test_mcp.c
File · 0.85
test_pipeline.c
File · 0.85
test_dump_verify_io.c
File · 0.85
test_store_nodes.c
File · 0.85
create_test_db
Function · 0.85
Calls
1
exec_sql
Function · 0.85
Tested by
2
mcp_open_corrupt_project_store_with_wal
Function · 0.68
create_test_db
Function · 0.68