Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
UndoEntry::UndoEntry(BNUndoEntry* entry)
53
{
54
m_object = entry;
55
}
56
57
58
std::string UndoEntry::GetId()
Callers
5
_undo_entry_added
Method · 0.80
_undo_entry_taken
Method · 0.80
_redo_entry_taken
Method · 0.80
undo_entries
Method · 0.80
redo_entries
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected