MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / child

Method child

static_libs/filetree/ft_node.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51Node* Node::child(int row) const
52{
53 if (row < 0 || row >= static_cast<int>(childs.size()))
54 return nullptr;
55 return childs[row].get();
56}
57
58Node* Node::parent() const { return m_parent; }
59

Callers 2

closeProjectMethod · 0.45
indexMethod · 0.45

Calls 2

sizeMethod · 0.80
getMethod · 0.80

Tested by

no test coverage detected