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

Function cbm_store_begin

src/store/store.c:1196–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1194/* ── Transaction ────────────────────────────────────────────────── */
1195
1196int cbm_store_begin(cbm_store_t *s) {
1197 return exec_sql(s, "BEGIN IMMEDIATE;");
1198}
1199
1200int cbm_store_commit(cbm_store_t *s) {
1201 return exec_sql(s, "COMMIT;");

Callers 11

cbm_gbuf_flush_to_storeFunction · 0.85
cbm_delta_patchFunction · 0.85
test_store_bulk.cFile · 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