MCPcopy 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
29Node* 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

getInputNodesMethod · 0.80
setChildrenMethod · 0.45

Tested by

no test coverage detected