MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / accept

Method accept

src/node/offsetnode.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void OffsetNode::accept(NodeVisitor& v)
32{
33 v.visit(*this);
34}

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected