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

Function db_bind_null

db/bindings.c:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void db_bind_null(struct db_stmt *stmt, int pos)
63{
64 assert(pos < tal_count(stmt->bindings));
65 stmt->bindings[pos].type = DB_BINDING_NULL;
66}
67
68void db_bind_u64(struct db_stmt *stmt, int pos, u64 val)
69{

Callers 15

wallet_add_utxoFunction · 0.85
wallet_add_onchaind_utxoFunction · 0.85
wallet_inflight_addFunction · 0.85
wallet_channel_saveFunction · 0.85
wallet_channel_closeFunction · 0.85
wallet_htlc_save_inFunction · 0.85
wallet_htlc_save_outFunction · 0.85
wallet_htlc_updateFunction · 0.85
wallet_payment_storeFunction · 0.85
wallet_block_addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected