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

Function db_bind_preimage

db/bindings.c:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void db_bind_preimage(struct db_stmt *stmt, const struct preimage *p)
104{
105 db_bind_blob(stmt, p->r, sizeof(struct preimage));
106}
107
108void db_bind_sha256(struct db_stmt *stmt, const struct sha256 *s)
109{

Callers 5

wallet_htlc_save_inFunction · 0.85
wallet_htlc_save_outFunction · 0.85
wallet_htlc_updateFunction · 0.85
invoices_createFunction · 0.85

Calls 1

db_bind_blobFunction · 0.85

Tested by

no test coverage detected