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

Function db_bind_node_id

db/bindings.c:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void db_bind_node_id(struct db_stmt *stmt, int pos, const struct node_id *id)
135{
136 db_bind_blob(stmt, pos, id->k, sizeof(id->k));
137}
138
139void db_bind_node_id_arr(struct db_stmt *stmt, int col,
140 const struct node_id *ids)

Callers 8

wallet_add_utxoFunction · 0.85
wallet_add_onchaind_utxoFunction · 0.85
wallet_peer_saveFunction · 0.85
wallet_payment_storeFunction · 0.85
wallet_sanity_checkFunction · 0.85
account_addFunction · 0.85
maybe_update_accountFunction · 0.85

Calls 1

db_bind_blobFunction · 0.85

Tested by

no test coverage detected