Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ db_col_ignore
Function
db_col_ignore
db/bindings.c:647–651 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
645
}
646
647
void db_col_ignore(struct db_stmt *stmt, const char *colname)
648
{
649
if (stmt->db->developer)
650
db_query_colnum(stmt, colname);
651
}
Callers
15
db_datastore_get
Function · 0.85
db_datastore_next
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_payments_scids_as_integers
Function · 0.85
migrate_fill_in_channel_type
Function · 0.85
wallet_add_utxo
Function · 0.85
wallet_stmt2output
Function · 0.85
wallet_add_onchaind_utxo
Function · 0.85
wallet_peer_load
Function · 0.85
wallet_remote_ann_sigs_load
Function · 0.85
Calls
1
db_query_colnum
Function · 0.85
Tested by
no test coverage detected