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

Method accept

src/function.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void Function::accept(TreeVisitor& v)
71{
72 v.visit(*this);
73}
74
75Value& Function::evaluate(const Context&) const
76{

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected