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

Method get_BackupSize

KittyMemoryEx/MemoryBackup.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42size_t MemoryBackup::get_BackupSize() const
43{
44 return _size;
45}
46
47uintptr_t MemoryBackup::get_TargetAddress() const
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected