| 160 | } |
| 161 | |
| 162 | void db_bind_scid(struct db_stmt *stmt, int col, |
| 163 | const struct short_channel_id *id) |
| 164 | { |
| 165 | db_bind_u64(stmt, col, id->u64); |
| 166 | } |
| 167 | |
| 168 | void db_bind_short_channel_id_arr(struct db_stmt *stmt, int col, |
| 169 | const struct short_channel_id *id) |
no test coverage detected