Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ isExpanded
Method
isExpanded
Source/Structs/StructTreeNode.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
bool StructTreeNode::isExpanded() const
33
{
34
return m_expanded;
35
}
36
37
void StructTreeNode::setExpanded(const bool expanded)
38
{
Callers
8
updateNodeValueRecursive
Method · 0.45
editEntry
Method · 0.45
setupStructNode
Method · 0.45
updateStructNode
Method · 0.45
updateStructAddresses
Method · 0.45
updateArrayAddresses
Method · 0.45
setupArrayNode
Method · 0.45
updateExpansionState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected