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

Method update

src/include/storage/disk_array.h:278–280  ·  view source on GitHub ↗

Note: This function is to be used only by the WRITE trx.

Source from the content-addressed store, hash-verified

276
277 // Note: This function is to be used only by the WRITE trx.
278 inline void update(const transaction::Transaction* transaction, uint64_t idx, U val) {
279 diskArray.update(transaction, idx, getSpan(val));
280 }
281
282 inline U get(uint64_t idx, const transaction::Transaction* transaction) {
283 U val;

Callers

nothing calls this directly

Calls 1

getSpanFunction · 0.85

Tested by

no test coverage detected