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

Function finalize_stmt

src/store/store.c:1121–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1119}
1120
1121static void finalize_stmt(sqlite3_stmt **s) {
1122 if (*s) {
1123 sqlite3_finalize(*s);
1124 *s = NULL;
1125 }
1126}
1127
1128void cbm_store_close(cbm_store_t *s) {
1129 if (!s) {

Callers 1

cbm_store_closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected