| 557 | } |
| 558 | |
| 559 | bool ExistsFrame(const frame_t frame_id) const override { |
| 560 | return ExistsRowId(sql_stmt_exists_frame_, frame_id); |
| 561 | } |
| 562 | |
| 563 | bool ExistsImage(const image_t image_id) const override { |
| 564 | return ExistsRowId(sql_stmt_exists_image_id_, image_id); |
nothing calls this directly
no outgoing calls
no test coverage detected