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

Method UndoEntry

undoaction.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52UndoEntry::UndoEntry(BNUndoEntry* entry)
53{
54 m_object = entry;
55}
56
57
58std::string UndoEntry::GetId()

Callers 5

_undo_entry_addedMethod · 0.80
_undo_entry_takenMethod · 0.80
_redo_entry_takenMethod · 0.80
undo_entriesMethod · 0.80
redo_entriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected