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