| 575 | } |
| 576 | |
| 577 | bool ExistsKeypoints(const image_t image_id) const override { |
| 578 | return ExistsRowId(sql_stmt_exists_keypoints_, image_id); |
| 579 | } |
| 580 | |
| 581 | bool ExistsDescriptors(const image_t image_id) const override { |
| 582 | return ExistsRowId(sql_stmt_exists_descriptors_, image_id); |
nothing calls this directly
no outgoing calls
no test coverage detected