| 192 | void IncrementUpdateCounter() override { ++nUpdateCounter; } |
| 193 | void ReloadDbEnv() override {} |
| 194 | std::string Filename() override { return "dummy"; } |
| 195 | std::string Format() override { return "dummy"; } |
| 196 | std::unique_ptr<DatabaseBatch> MakeBatch(bool flush_on_close = true) override { return std::make_unique<DummyBatch>(); } |
| 197 | }; |
no outgoing calls
no test coverage detected