MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / evaluate

Method evaluate

src/module.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83Node* Module::evaluate(const Context&) const
84{
85 return nullptr;
86}
87
88void Module::addDescription(const QString& d)
89{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected