| 601 | } |
| 602 | |
| 603 | struct secret *db_col_secret_arr(const tal_t *ctx, |
| 604 | struct db_stmt *stmt, |
| 605 | const char *colname) |
| 606 | { |
| 607 | return db_col_arr(ctx, stmt, colname, struct secret); |
| 608 | } |
| 609 | |
| 610 | struct wireaddr *db_col_wireaddr(const tal_t *ctx, |
| 611 | struct db_stmt *stmt, |
no outgoing calls
no test coverage detected