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

Method rollbackInMemoryIfNecessary

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

Source from the content-addressed store, hash-verified

299
300 inline void checkpointInMemoryIfNecessary() { diskArray.checkpointInMemoryIfNecessary(); }
301 inline void rollbackInMemoryIfNecessary() { diskArray.rollbackInMemoryIfNecessary(); }
302 inline void checkpoint() { diskArray.checkpoint(); }
303 inline void reclaimStorage(PageAllocator& pageAllocator) const {
304 diskArray.reclaimStorage(pageAllocator);

Callers 2

rollbackInMemoryMethod · 0.45
rollbackCheckpointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected