Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ setParent
Method
setParent
Source/Structs/StructTreeNode.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void StructTreeNode::setParent(StructTreeNode* parent)
73
{
74
m_parent = parent;
75
}
76
77
int StructTreeNode::getRow() const
78
{
Callers
1
copySelectedWatchesToClipBoard
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected