| 553 | } |
| 554 | |
| 555 | bool ExistsCamera(const camera_t camera_id) const override { |
| 556 | return ExistsRowId(sql_stmt_exists_camera_, camera_id); |
| 557 | } |
| 558 | |
| 559 | bool ExistsFrame(const frame_t frame_id) const override { |
| 560 | return ExistsRowId(sql_stmt_exists_frame_, frame_id); |
nothing calls this directly
no outgoing calls
no test coverage detected