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

Function db_count_changes

db/utils.c:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191size_t db_count_changes(struct db_stmt *stmt)
192{
193 assert(stmt->executed);
194 return stmt->db->config->count_changes_fn(stmt);
195}
196
197const char **db_changes(struct db *db)
198{

Callers 9

wallet_shachain_add_hashFunction · 0.85
wallet_forward_deleteFunction · 0.85
invoices_deleteFunction · 0.85
db_set_intvarFunction · 0.85
db_data_version_incrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected