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

Method getUndoCount

Source/MemoryScanner/MemoryScanner.cpp:718–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718size_t MemScanner::getUndoCount() const
719{
720 return m_undoCount;
721}
722
723bool MemScanner::hasScanStarted() const
724{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected