MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetUndoData

Method GetUndoData

database.cpp:296–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295
296DataBuffer Snapshot::GetUndoData()
297{
298 BNDataBuffer* buffer = BNGetSnapshotUndoData(m_object);
299 if (buffer == nullptr)
300 {
301 throw DatabaseException("BNGetSnapshotUndoData");
302 }
303 return DataBuffer(buffer);
304}
305
306
307vector<Ref<UndoEntry>> Snapshot::GetUndoEntries()

Callers

nothing calls this directly

Calls 2

DatabaseExceptionClass · 0.85
DataBufferClass · 0.70

Tested by

no test coverage detected