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:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
int db_col_is_null(struct db_stmt *stmt, const char *colname)
62
{
63
return db_column_is_null(stmt, db_query_colnum(stmt, colname));
64
}
65
66
void db_bind_null(struct db_stmt *stmt)
67
{
Callers
15
stmt2chain_event
Function · 0.85
stmt2channel_event
Function · 0.85
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
migrate_fill_in_channel_type
Function · 0.85
migrate_initialize_invoice_wait_indexes
Function · 0.85
migrate_initialize_wait_indexes
Function · 0.85
wallet_stmt2output
Function · 0.85
wallet_peer_load
Function · 0.85
Calls
2
db_column_is_null
Function · 0.85
db_query_colnum
Function · 0.85
Tested by
no test coverage detected