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

Method GetUndoEntries

database.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305
306
307vector<Ref<UndoEntry>> Snapshot::GetUndoEntries()
308{
309 return GetUndoEntries([](size_t, size_t) { return true; });
310}
311
312
313vector<Ref<UndoEntry>> Snapshot::GetUndoEntries(const std::function<bool(size_t, size_t)>& progress)

Callers

nothing calls this directly

Calls 2

DatabaseExceptionClass · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected