| 127 | } |
| 128 | |
| 129 | void db_bind_channel_id(struct db_stmt *stmt, int pos, const struct channel_id *id) |
| 130 | { |
| 131 | db_bind_blob(stmt, pos, id->id, sizeof(id->id)); |
| 132 | } |
| 133 | |
| 134 | void db_bind_node_id(struct db_stmt *stmt, int pos, const struct node_id *id) |
| 135 | { |
no test coverage detected