MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / get_OrigBytes

Method get_OrigBytes

KittyMemoryEx/MemoryBackup.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71std::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

Callers

nothing calls this directly

Calls 1

toHexFunction · 0.85

Tested by

no test coverage detected