| 69 | } |
| 70 | |
| 71 | std::string MemoryBackup::get_OrigBytes() const |
| 72 | { |
| 73 | if (!isValid()) |
| 74 | return ""; |
| 75 | |
| 76 | return KittyUtils::Data::toHex(&_orig_code[0], _orig_code.size()); |
| 77 | } |
| 78 | |
| 79 | /* ============================== MemoryBackupMgr ============================== */ |
| 80 |