| 157 | } |
| 158 | |
| 159 | void db_bind_node_id(struct db_stmt *stmt, const struct node_id *id) |
| 160 | { |
| 161 | db_bind_blob(stmt, id->k, sizeof(id->k)); |
| 162 | } |
| 163 | |
| 164 | void db_bind_node_id_arr(struct db_stmt *stmt, |
| 165 | const struct node_id *ids) |
no test coverage detected