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

Method commit

src/storage/undo_buffer.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void UndoBuffer::commit(transaction_t commitTS) const {
165 UndoBufferIterator iterator{*this};
166 iterator.iterate([&](UndoRecordType entryType, uint8_t const* entry) {
167 commitRecord(entryType, entry, commitTS);
168 });
169}
170
171void UndoBuffer::rollback(ClientContext* context) const {
172 UndoBufferIterator iterator{*this};

Callers 11

updateTableNamesMethod · 0.45
printSchemaMethod · 0.45
TEST_FFunction · 0.45
getNextTuplesInternalMethod · 0.45
executeInternalMethod · 0.45
runFuncInTransactionMethod · 0.45
import_sql_dumpFunction · 0.45
mainFunction · 0.45

Calls 1

iterateMethod · 0.80

Tested by 1

TEST_FFunction · 0.36