Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ setParent
Method
setParent
Source/MemoryWatch/MemWatchTreeNode.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void MemWatchTreeNode::setParent(MemWatchTreeNode* const parent)
86
{
87
m_parent = parent;
88
}
89
90
int MemWatchTreeNode::getRow() const
91
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected