| 334 | |
| 335 | |
| 336 | Ref<KeyValueStore> Snapshot::ReadData() |
| 337 | { |
| 338 | return ReadData([](size_t, size_t) { return true; }); |
| 339 | } |
| 340 | |
| 341 | |
| 342 | Ref<KeyValueStore> Snapshot::ReadData(const std::function<bool(size_t, size_t)>& progress) |
nothing calls this directly
no test coverage detected