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

Function db_bind_talarr

db/bindings.c:258–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void db_bind_talarr(struct db_stmt *stmt, const u8 *arr)
259{
260 if (!arr)
261 db_bind_null(stmt);
262 else
263 db_bind_blob(stmt, arr, tal_bytelen(arr));
264}
265
266static size_t db_column_bytes(struct db_stmt *stmt, int col)
267{

Callers 13

db_datastore_updateFunction · 0.85
wallet_channel_saveFunction · 0.85
wallet_peer_saveFunction · 0.85
wallet_htlc_updateFunction · 0.85
wallet_filteredblock_addFunction · 0.85
db_datastore_createFunction · 0.85
invoices_createFunction · 0.85
db_bind_channel_typeFunction · 0.85
db_bind_txFunction · 0.85

Calls 3

db_bind_nullFunction · 0.85
db_bind_blobFunction · 0.85
tal_bytelenFunction · 0.85

Tested by

no test coverage detected