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

Function db_bind_null

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

Source from the content-addressed store, hash-verified

64}
65
66void db_bind_null(struct db_stmt *stmt)
67{
68 size_t pos = check_bind_pos(stmt);
69 stmt->bindings[pos].type = DB_BINDING_NULL;
70}
71
72void db_bind_u64(struct db_stmt *stmt, u64 val)
73{

Callers 15

migrate_from_account_dbFunction · 0.85
wallet_add_utxoFunction · 0.85
wallet_add_onchaind_utxoFunction · 0.85
wallet_inflight_addFunction · 0.85
wallet_inflight_saveFunction · 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_add_paymentFunction · 0.85

Calls 1

check_bind_posFunction · 0.85

Tested by

no test coverage detected