MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / removeResultAt

Method removeResultAt

Source/MemoryScanner/MemoryScanner.cpp:675–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675void MemScanner::removeResultAt(int index)
676{
677 m_resultsConsoleAddr.erase(m_resultsConsoleAddr.begin() + index);
678 m_resultCount--;
679}
680
681bool MemScanner::undoScan()
682{

Callers 1

removeRowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected