| 628 | } |
| 629 | |
| 630 | u32 MemScanner::getResultAddressAt(const int index) const |
| 631 | { |
| 632 | return m_resultsConsoleAddr.at(index); |
| 633 | } |
| 634 | |
| 635 | std::string MemScanner::getFormattedScannedValueAt(const int index) const |
| 636 | { |
nothing calls this directly
no outgoing calls
no test coverage detected