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

Method get

src/include/storage/disk_array.h:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 inline U get(uint64_t idx, const transaction::Transaction* transaction) {
283 U val;
284 diskArray.get(idx, transaction, getSpan(val));
285 return val;
286 }
287
288 // Note: Currently, this function doesn't support shrinking the size of the array.
289 inline uint64_t resize(PageAllocator& pageAllocator,

Callers 3

addHandleMethod · 0.45
getFileInfoMethod · 0.45
getPageManagerMethod · 0.45

Calls 1

getSpanFunction · 0.85

Tested by

no test coverage detected