Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
Node* 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
58
Node* Node::parent() const { return m_parent; }
59
Callers
2
closeProject
Method · 0.45
index
Method · 0.45
Calls
2
size
Method · 0.80
get
Method · 0.80
Tested by
no test coverage detected