| 431 | } |
| 432 | |
| 433 | void BeginTransaction() const override { |
| 434 | PYBIND11_OVERRIDE_PURE(void, Database, BeginTransaction); |
| 435 | } |
| 436 | |
| 437 | void EndTransaction() const override { |
| 438 | PYBIND11_OVERRIDE_PURE(void, Database, EndTransaction); |
nothing calls this directly
no outgoing calls
no test coverage detected