Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XRay3D/GERBER_X3
/ node
Method
node
GGEasy/gcode/gcfile.cpp:883–886 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
881
}
882
883
FileTree::Node* File::node()
884
{
885
return m_node ? m_node : m_node = new Node(this, &m_id);
886
}
887
888
}
Callers
1
initFrom
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected