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

Function db_col_onionreply

db/bindings.c:535–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535struct onionreply *db_col_onionreply(const tal_t *ctx,
536 struct db_stmt *stmt, const char *colname)
537{
538 struct onionreply *r = tal(ctx, struct onionreply);
539 r->contents = db_col_arr(ctx, stmt, colname, u8);
540 return r;
541}
542
543void db_col_ignore(struct db_stmt *stmt, const char *colname)
544{

Callers 3

wallet_stmt2htlc_inFunction · 0.85
wallet_stmt2htlc_outFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected