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

Function cbm_store_exec

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

Source from the content-addressed store, hash-verified

1184}
1185
1186int cbm_store_exec(cbm_store_t *s, const char *sql) {
1187 return exec_sql(s, sql);
1188}
1189
1190const char *cbm_store_error(cbm_store_t *s) {
1191 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