Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ finalize_stmt
Function
finalize_stmt
src/store/store.c:1120–1125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1118
}
1119
1120
static void finalize_stmt(sqlite3_stmt **s) {
1121
if (*s) {
1122
sqlite3_finalize(*s);
1123
*s = NULL;
1124
}
1125
}
1126
1127
void cbm_store_close(cbm_store_t *s) {
1128
if (!s) {
Callers
1
cbm_store_close
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected