| 423 | } |
| 424 | |
| 425 | void ClearMatches() override { |
| 426 | PYBIND11_OVERRIDE_PURE(void, Database, ClearMatches); |
| 427 | } |
| 428 | |
| 429 | void ClearTwoViewGeometries() override { |
| 430 | PYBIND11_OVERRIDE_PURE(void, Database, ClearTwoViewGeometries); |
nothing calls this directly
no outgoing calls
no test coverage detected