Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MJx0/KittyMemoryEx
/ MemoryBackup
Method
MemoryBackup
KittyMemoryEx/MemoryBackup.cpp:3–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"MemoryBackup.hpp"
2
3
MemoryBackup::MemoryBackup()
4
{
5
_pMem = nullptr;
6
_address = 0;
7
_size = 0;
8
_orig_code.clear();
9
}
10
11
MemoryBackup::~MemoryBackup()
12
{
Callers
nothing calls this directly
Calls
2
clear
Method · 0.80
Read
Method · 0.80
Tested by
no test coverage detected