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

Method onAddAll

Source/GUI/MemScanner/MemScanWidget.cpp:605–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605void MemScanWidget::onAddAll()
606{
607 emit requestAddAllResultsToWatchList(m_memScanner->getType(), m_memScanner->getLength(),
608 m_memScanner->getIsUnsigned(), m_memScanner->getBase(),
609 m_memScanner->getIsBranchAbsolute());
610}
611
612void MemScanWidget::handleScannerErrors(const Common::MemOperationReturnCode errorCode)
613{

Callers

nothing calls this directly

Calls 5

getIsUnsignedMethod · 0.80
getIsBranchAbsoluteMethod · 0.80
getTypeMethod · 0.45
getLengthMethod · 0.45
getBaseMethod · 0.45

Tested by

no test coverage detected