| 35 | } |
| 36 | |
| 37 | bool MemoryBackup::isValid() const |
| 38 | { |
| 39 | return (_pMem && _address && _size && _orig_code.size() == _size); |
| 40 | } |
| 41 | |
| 42 | size_t MemoryBackup::get_BackupSize() const |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected