| 221 | } |
| 222 | |
| 223 | void db_bind_json_escape(struct db_stmt *stmt, int pos, |
| 224 | const struct json_escape *esc) |
| 225 | { |
| 226 | db_bind_text(stmt, pos, esc->s); |
| 227 | } |
| 228 | |
| 229 | void db_bind_onionreply(struct db_stmt *stmt, int pos, const struct onionreply *r) |
| 230 | { |
no test coverage detected