| 58 | } |
| 59 | |
| 60 | bool ExistsImage(image_t image_id) const override { |
| 61 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsImage, image_id); |
| 62 | } |
| 63 | |
| 64 | bool ExistsImageWithName(const std::string& name) const override { |
| 65 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsImageWithName, name); |
nothing calls this directly
no outgoing calls
no test coverage detected