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

Function db_col_scid

db/bindings.c:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void db_col_scid(struct db_stmt *stmt, const char *colname,
365 struct short_channel_id *dest)
366{
367 dest->u64 = db_col_u64(stmt, colname);
368}
369
370struct short_channel_id *
371db_col_short_channel_id_arr(const tal_t *ctx, struct db_stmt *stmt, const char *colname)

Callers 5

wallet_stmt2channelFunction · 0.85
wallet_transactions_getFunction · 0.85
wallet_htlcs_nextFunction · 0.85

Calls 1

db_col_u64Function · 0.85

Tested by

no test coverage detected