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

Function store_set_error_sqlite

src/store/store.c:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158static void store_set_error_sqlite(cbm_store_t *s, const char *prefix) {
159 snprintf(s->errbuf, sizeof(s->errbuf), "%s: %s", prefix, sqlite3_errmsg(s->db));
160}
161
162static int exec_sql(cbm_store_t *s, const char *sql) {
163 if (!s || !s->db) {

Callers 15

prepare_cachedFunction · 0.85
cbm_store_checkpointFunction · 0.85
cbm_store_upsert_projectFunction · 0.85
cbm_store_list_projectsFunction · 0.85
cbm_store_delete_projectFunction · 0.85
cbm_store_upsert_nodeFunction · 0.85
find_nodes_genericFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected