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

Function finalize_stmt

src/store/store.c:1019–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017}
1018
1019static void finalize_stmt(sqlite3_stmt **s) {
1020 if (*s) {
1021 sqlite3_finalize(*s);
1022 *s = NULL;
1023 }
1024}
1025
1026void cbm_store_close(cbm_store_t *s) {
1027 if (!s) {

Callers 1

cbm_store_closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected