Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
void Function::accept(TreeVisitor& v)
71
{
72
v.visit(*this);
73
}
74
75
Value& Function::evaluate(const Context&) const
76
{
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected