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

Method accept

src/node/simplifynode.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void SimplifyNode::accept(NodeVisitor& v)
37{
38 v.visit(*this);
39}

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected