MCPcopy Create free account
hub / github.com/ElementsProject/lightning / db_sqlite3_count_changes

Function db_sqlite3_count_changes

db/db_sqlite3.c:394–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394static size_t db_sqlite3_count_changes(struct db_stmt *stmt)
395{
396 sqlite3 *s = conn2sql(stmt->db->conn);
397 return sqlite3_changes(s);
398}
399
400static void db_sqlite3_close(struct db *db)
401{

Callers

nothing calls this directly

Calls 1

conn2sqlFunction · 0.85

Tested by

no test coverage detected