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

Function cbm_store_commit

src/store/store.c:964–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962}
963
964int cbm_store_commit(cbm_store_t *s) {
965 return exec_sql(s, "COMMIT;");
966}
967
968int cbm_store_rollback(cbm_store_t *s) {
969 return exec_sql(s, "ROLLBACK;");

Callers 7

cbm_gbuf_flush_to_storeFunction · 0.85
test_pipeline.cFile · 0.85
dv_write_nodesFunction · 0.85
timed_boundaries_msFunction · 0.85

Calls 1

exec_sqlFunction · 0.85

Tested by 2

dv_write_nodesFunction · 0.68
timed_boundaries_msFunction · 0.68