Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_store_commit
Function
cbm_store_commit
src/store/store.c:1200–1202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1198
}
1199
1200
int cbm_store_commit(cbm_store_t *s) {
1201
return exec_sql(s,
"COMMIT;"
);
1202
}
1203
1204
int cbm_store_rollback(cbm_store_t *s) {
1205
return exec_sql(s,
"ROLLBACK;"
);
Callers
9
cbm_store_upsert_file_hash_batch
Function · 0.85
cbm_store_upsert_lsp_surface_batch
Function · 0.85
cbm_gbuf_flush_to_store
Function · 0.85
cbm_gbuf_merge_into_store
Function · 0.85
cbm_delta_patch
Function · 0.85
test_pipeline.c
File · 0.85
dv_write_nodes
Function · 0.85
test_store_search.c
File · 0.85
timed_boundaries_ms
Function · 0.85
Calls
1
exec_sql
Function · 0.85
Tested by
2
dv_write_nodes
Function · 0.68
timed_boundaries_ms
Function · 0.68