MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / iter_mut

Method iter_mut

src/storage/disk_array.cpp:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394DiskArrayInternal::WriteIterator DiskArrayInternal::iter_mut(uint64_t valueSize) {
395 return WriteIterator(valueSize, *this);
396}
397
398page_idx_t DiskArrayInternal::getAPIdx(uint64_t idx) const {
399 return getAPIdxAndOffsetInAP(storageInfo, idx).pageIdx;

Callers 2

splitSlotsMethod · 0.45
mergeBulkInsertsMethod · 0.45

Calls 1

WriteIteratorClass · 0.50

Tested by

no test coverage detected