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:206–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
size_t db_count_changes(struct db_stmt *stmt)
207
{
208
assert(stmt->executed);
209
return stmt->db->config->count_changes_fn(stmt);
210
}
211
212
const char **db_changes(struct db *db)
213
{
Callers
12
migrate_channels_scids_as_integers
Function · 0.85
wallet_update_output_status
Function · 0.85
wallet_shachain_add_hash
Function · 0.85
wallet_channel_delete
Function · 0.85
wallet_htlc_update
Function · 0.85
wallet_forwarded_payment_update
Function · 0.85
wallet_forward_delete
Function · 0.85
wallet_network_event_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