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

Method getResultAddressAt

Source/MemoryScanner/MemoryScanner.cpp:630–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630u32 MemScanner::getResultAddressAt(const int index) const
631{
632 return m_resultsConsoleAddr.at(index);
633}
634
635std::string MemScanner::getFormattedScannedValueAt(const int index) const
636{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected