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

Method createBackup

KittyMemoryEx/MemoryBackup.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79/* ============================== MemoryBackupMgr ============================== */
80
81MemoryBackup MemoryBackupMgr::createBackup(uintptr_t absolute_address, size_t backup_size)
82{
83 return MemoryBackup(_pMem, absolute_address, backup_size);
84}

Callers

nothing calls this directly

Calls 1

MemoryBackupClass · 0.85

Tested by

no test coverage detected