Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ db_col_is_null
Function
db_col_is_null
db/bindings.c:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
int db_col_is_null(struct db_stmt *stmt, const char *colname)
58
{
59
return db_column_is_null(stmt, db_query_colnum(stmt, colname));
60
}
61
62
void db_bind_null(struct db_stmt *stmt, int pos)
63
{
Callers
15
fillin_missing_scriptpubkeys
Function · 0.85
migrate_inflight_last_tx_to_psbt
Function · 0.85
migrate_last_tx_to_psbt
Function · 0.85
migrate_channels_scids_as_integers
Function · 0.85
migrate_payments_scids_as_integers
Function · 0.85
wallet_stmt2output
Function · 0.85
wallet_peer_load
Function · 0.85
wallet_remote_ann_sigs_load
Function · 0.85
wallet_stmt2inflight
Function · 0.85
wallet_stmt2channel
Function · 0.85
wallet_blocks_heights
Function · 0.85
wallet_stmt2htlc_in
Function · 0.85
Calls
2
db_column_is_null
Function · 0.85
db_query_colnum
Function · 0.85
Tested by
no test coverage detected