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

Method get_PatchBytes

KittyMemoryEx/MemoryPatch.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100std::string MemoryPatch::get_PatchBytes() const
101{
102 if (!isValid())
103 return "";
104
105 return KittyUtils::Data::toHex(&_patch_code[0], _patch_code.size());
106}
107
108/* ============================== MemoryPatchMgr ============================== */
109

Callers

nothing calls this directly

Calls 1

toHexFunction · 0.85

Tested by

no test coverage detected