| 2586 | } |
| 2587 | |
| 2588 | Future<Standalone<VectorRef<LogicalPageID>>> getUsedExtents(QueueID queueID) override { |
| 2589 | return getUsedExtents_impl(this, queueID); |
| 2590 | } |
| 2591 | |
| 2592 | void pushExtentUsedList(QueueID queueID, LogicalPageID extID) override { |
| 2593 | extentUsedList.pushBack({ queueID, extID }); |
nothing calls this directly
no test coverage detected