Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ updateName
Method
updateName
Source/Structs/StructTreeNode.cpp:297–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
void StructTreeNode::updateName()
298
{
299
if (m_structDef != nullptr)
300
m_nodeName = m_structDef->getLabel();
301
}
302
303
StructTreeNode* StructTreeNode::findNode(QString nameSpace, bool returnDeepest)
304
{
Callers
nothing calls this directly
Calls
1
getLabel
Method · 0.45
Tested by
no test coverage detected