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

Function db_col_onionreply

db/bindings.c:639–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639struct onionreply *db_col_onionreply(const tal_t *ctx,
640 struct db_stmt *stmt, const char *colname)
641{
642 struct onionreply *r = tal(ctx, struct onionreply);
643 r->contents = db_col_arr(ctx, stmt, colname, u8);
644 return r;
645}
646
647void db_col_ignore(struct db_stmt *stmt, const char *colname)
648{

Callers 3

wallet_stmt2htlc_inFunction · 0.85
wallet_stmt2htlc_outFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected