Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ accept
Method
accept
src/node/intersectionnode.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#include
"intersectionnode.h"
20
21
void IntersectionNode::accept(NodeVisitor& v)
22
{
23
v.visit(*this);
24
}
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected