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

Function db_col_ignore

db/bindings.c:543–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543void db_col_ignore(struct db_stmt *stmt, const char *colname)
544{
545#if DEVELOPER
546 db_query_colnum(stmt, colname);
547#endif
548}

Callers 15

migrate_last_tx_to_psbtFunction · 0.85
wallet_add_utxoFunction · 0.85
wallet_stmt2outputFunction · 0.85
wallet_add_onchaind_utxoFunction · 0.85
wallet_peer_loadFunction · 0.85
wallet_stmt2inflightFunction · 0.85
wallet_stmt2channelFunction · 0.85
wallet_blocks_heightsFunction · 0.85

Calls 1

db_query_colnumFunction · 0.85

Tested by

no test coverage detected