| 579 | } |
| 580 | |
| 581 | bool ExistsDescriptors(const image_t image_id) const override { |
| 582 | return ExistsRowId(sql_stmt_exists_descriptors_, image_id); |
| 583 | } |
| 584 | |
| 585 | bool ExistsMatches(const image_t image_id1, |
| 586 | const image_t image_id2) const override { |
nothing calls this directly
no outgoing calls
no test coverage detected