| 396 | } |
| 397 | |
| 398 | page_idx_t DiskArrayInternal::getAPIdx(uint64_t idx) const { |
| 399 | return getAPIdxAndOffsetInAP(storageInfo, idx).pageIdx; |
| 400 | } |
| 401 | |
| 402 | // [] operator to be used when building an InMemDiskArrayBuilder without transactional updates. |
| 403 | // This changes the contents directly in memory and not on disk (nor on the wal) |
nothing calls this directly
no test coverage detected