Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ evaluate
Method
evaluate
src/module/boundsmodule.cpp:29–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
Node* BoundsModule::evaluate(const Context& ctx) const
30
{
31
auto* n=new BoundsNode();
32
n->setChildren(ctx.getInputNodes());
33
return n;
34
}
Callers
nothing calls this directly
Calls
2
getInputNodes
Method · 0.80
setChildren
Method · 0.45
Tested by
no test coverage detected