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

Function store_set_error_sqlite

src/store/store.c:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148static void store_set_error_sqlite(cbm_store_t *s, const char *prefix) {
149 snprintf(s->errbuf, sizeof(s->errbuf), "%s: %s", prefix, sqlite3_errmsg(s->db));
150}
151
152static int exec_sql(cbm_store_t *s, const char *sql) {
153 if (!s || !s->db) {

Calls

no outgoing calls

Tested by

no test coverage detected