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

Function store_set_error_sqlite

src/store/store.c:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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