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

Method getBase

Source/MemoryScanner/MemoryScanner.cpp:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733Common::MemBase MemScanner::getBase() const
734{
735 return m_memBase;
736}
737
738size_t MemScanner::getLength() const
739{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected