| 245 | } |
| 246 | |
| 247 | void db_bind_json_escape(struct db_stmt *stmt, |
| 248 | const struct json_escape *esc) |
| 249 | { |
| 250 | db_bind_text(stmt, esc->s); |
| 251 | } |
| 252 | |
| 253 | void db_bind_onionreply(struct db_stmt *stmt, const struct onionreply *r) |
| 254 | { |
no test coverage detected