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