| 54 | } |
| 55 | |
| 56 | bool ExistsFrame(frame_t frame_id) const override { |
| 57 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsFrame, frame_id); |
| 58 | } |
| 59 | |
| 60 | bool ExistsImage(image_t image_id) const override { |
| 61 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsImage, image_id); |
nothing calls this directly
no outgoing calls
no test coverage detected