Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
void 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
72
void db_bind_u64(struct db_stmt *stmt, u64 val)
73
{
Callers
15
migrate_from_account_db
Function · 0.85
wallet_add_utxo
Function · 0.85
wallet_add_onchaind_utxo
Function · 0.85
wallet_remote_ann_sigs_clear
Function · 0.85
wallet_inflight_add
Function · 0.85
wallet_inflight_save
Function · 0.85
wallet_channel_save
Function · 0.85
wallet_channel_close
Function · 0.85
wallet_htlc_save_in
Function · 0.85
wallet_htlc_save_out
Function · 0.85
wallet_htlc_update
Function · 0.85
wallet_add_payment
Function · 0.85
Calls
1
check_bind_pos
Function · 0.85
Tested by
no test coverage detected