| 50 | } |
| 51 | |
| 52 | bool ExistsCamera(camera_t camera_id) const override { |
| 53 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsCamera, camera_id); |
| 54 | } |
| 55 | |
| 56 | bool ExistsFrame(frame_t frame_id) const override { |
| 57 | PYBIND11_OVERRIDE_PURE(bool, Database, ExistsFrame, frame_id); |
nothing calls this directly
no outgoing calls
no test coverage detected