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

Function cbm_store_exec

src/store/store.c:1184–1186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1182}
1183
1184int cbm_store_exec(cbm_store_t *s, const char *sql) {
1185 return exec_sql(s, sql);
1186}
1187
1188const char *cbm_store_error(cbm_store_t *s) {
1189 return s ? s->errbuf : "null store";

Callers 9

generation_rebuild_ftsFunction · 0.85
test_mcp.cFile · 0.85
test_pipeline.cFile · 0.85
test_store_nodes.cFile · 0.85
create_test_dbFunction · 0.85

Calls 1

exec_sqlFunction · 0.85

Tested by 2

create_test_dbFunction · 0.68