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

Function db_bind_node_id

db/bindings.c:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void db_bind_node_id(struct db_stmt *stmt, const struct node_id *id)
160{
161 db_bind_blob(stmt, id->k, sizeof(id->k));
162}
163
164void db_bind_node_id_arr(struct db_stmt *stmt,
165 const struct node_id *ids)

Callers 11

migrate_from_account_dbFunction · 0.85
wallet_add_utxoFunction · 0.85
wallet_add_onchaind_utxoFunction · 0.85
wallet_channel_saveFunction · 0.85
wallet_peer_saveFunction · 0.85
wallet_add_paymentFunction · 0.85
wallet_sanity_checkFunction · 0.85
insert_chain_mvtFunction · 0.85

Calls 1

db_bind_blobFunction · 0.85

Tested by

no test coverage detected