Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ ForgetUndoActions
Method
ForgetUndoActions
binaryview.cpp:1683–1686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1681
1682
1683
void BinaryView::ForgetUndoActions(const std::string &id)
1684
{
1685
m_file->ForgetUndoActions(id);
1686
}
1687
1688
1689
bool BinaryView::CanUndo()
Callers
3
ProcessObjCData
Method · 0.45
ProcessCFStrings
Method · 0.45
Parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected