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

Method BeginUndoActions

binaryview.cpp:1665–1668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1663
1664
1665string BinaryView::BeginUndoActions(bool anonymousAllowed)
1666{
1667 return m_file->BeginUndoActions(anonymousAllowed);
1668}
1669
1670
1671void BinaryView::CommitUndoActions(const string& id)

Callers 3

ProcessObjCDataMethod · 0.45
ProcessCFStringsMethod · 0.45
ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected