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

Function bind_text

src/store/store.c:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102#define BIND_TRANSIENT (make_transient())
103
104static int bind_text(sqlite3_stmt *s, int col, const char *v) {
105 return sqlite3_bind_text(s, col, v, CBM_NOT_FOUND, BIND_TRANSIENT);
106}
107
108/* ── Internal store structure ───────────────────────────────────── */
109

Calls

no outgoing calls

Tested by

no test coverage detected