Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ accept
Method
accept
src/node/subdivisionnode.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
return level;
34
}
35
void SubDivisionNode::accept(NodeVisitor& v)
36
{
37
v.visit(*this);
38
}
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected