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

getInputNodesMethod · 0.80
setChildrenMethod · 0.45

Tested by

no test coverage detected