MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / findDeepestAvailableNode

Method findDeepestAvailableNode

Source/Structs/StructTreeNode.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333StructTreeNode* StructTreeNode::findDeepestAvailableNode(QString nameSpace)
334{
335 return findNode(nameSpace, true);
336}

Callers 2

insertNewDefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected