Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
size_t db_count_changes(struct db_stmt *stmt)
192
{
193
assert(stmt->executed);
194
return stmt->db->config->count_changes_fn(stmt);
195
}
196
197
const char **db_changes(struct db *db)
198
{
Callers
9
migrate_channels_scids_as_integers
Function · 0.85
wallet_update_output_status
Function · 0.85
wallet_shachain_add_hash
Function · 0.85
wallet_forwarded_payment_update
Function · 0.85
wallet_forward_delete
Function · 0.85
invoices_delete
Function · 0.85
invoices_delete_description
Function · 0.85
db_set_intvar
Function · 0.85
db_data_version_incr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected