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

Method isValid

KittyMemoryEx/MemoryBackup.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool MemoryBackup::isValid() const
38{
39 return (_pMem && _address && _size && _orig_code.size() == _size);
40}
41
42size_t MemoryBackup::get_BackupSize() const
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected