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

Method get_OrigBytes

KittyMemoryEx/MemoryPatch.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92std::string MemoryPatch::get_OrigBytes() const
93{
94 if (!isValid())
95 return "";
96
97 return KittyUtils::Data::toHex(&_orig_code[0], _orig_code.size());
98}
99
100std::string MemoryPatch::get_PatchBytes() const
101{

Callers

nothing calls this directly

Calls 1

toHexFunction · 0.85

Tested by

no test coverage detected