MCPcopy Create free account
hub / github.com/antirez/botlib / kvDel

Function kvDel

sqlite_wrap.c:280–282  ·  view source on GitHub ↗

Delete the key if it exists. */

Source from the content-addressed store, hash-verified

278
279/* Delete the key if it exists. */
280void kvDel(sqlite3 *dbhandle, const char *key) {
281 sqlQuery(dbhandle,"DELETE FROM KeyValue WHERE key=?s",key);
282}

Callers

nothing calls this directly

Calls 1

sqlQueryFunction · 0.85

Tested by

no test coverage detected