MCPcopy 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
1083int cbm_store_exec(cbm_store_t *s, const char *sql) {
1084 return exec_sql(s, sql);
1085}
1086
1087const char *cbm_store_error(cbm_store_t *s) {
1088 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