MCPcopy 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
57int 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
62void db_bind_null(struct db_stmt *stmt, int pos)
63{

Callers 15

migrate_last_tx_to_psbtFunction · 0.85
wallet_stmt2outputFunction · 0.85
wallet_peer_loadFunction · 0.85
wallet_stmt2inflightFunction · 0.85
wallet_stmt2channelFunction · 0.85
wallet_blocks_heightsFunction · 0.85
wallet_stmt2htlc_inFunction · 0.85

Calls 2

db_column_is_nullFunction · 0.85
db_query_colnumFunction · 0.85

Tested by

no test coverage detected