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

Function db_count_changes

db/utils.c:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206size_t db_count_changes(struct db_stmt *stmt)
207{
208 assert(stmt->executed);
209 return stmt->db->config->count_changes_fn(stmt);
210}
211
212const char **db_changes(struct db *db)
213{

Callers 12

wallet_shachain_add_hashFunction · 0.85
wallet_channel_deleteFunction · 0.85
wallet_htlc_updateFunction · 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