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

Function db_sqlite3_last_insert_id

db/db_sqlite3.c:411–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411static u64 db_sqlite3_last_insert_id(struct db_stmt *stmt)
412{
413 sqlite3 *s = conn2sql(stmt->db->conn);
414 return sqlite3_last_insert_rowid(s);
415}
416
417static bool db_sqlite3_vacuum(struct db *db)
418{

Callers

nothing calls this directly

Calls 1

conn2sqlFunction · 0.85

Tested by

no test coverage detected