MCPcopy 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
297void StructTreeNode::updateName()
298{
299 if (m_structDef != nullptr)
300 m_nodeName = m_structDef->getLabel();
301}
302
303StructTreeNode* StructTreeNode::findNode(QString nameSpace, bool returnDeepest)
304{

Callers

nothing calls this directly

Calls 1

getLabelMethod · 0.45

Tested by

no test coverage detected