MCPcopy 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
1683void BinaryView::ForgetUndoActions(const std::string &id)
1684{
1685 m_file->ForgetUndoActions(id);
1686}
1687
1688
1689bool BinaryView::CanUndo()

Callers 3

ProcessObjCDataMethod · 0.45
ProcessCFStringsMethod · 0.45
ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected