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

Method getPointerOffsets

Source/MemoryWatch/MemWatchEntry.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103std::vector<int> MemWatchEntry::getPointerOffsets() const
104{
105 return m_pointerOffsets;
106}
107
108size_t MemWatchEntry::getPointerLevel() const
109{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected