| 171 | } |
| 172 | |
| 173 | bool NodeEvaluator::evaluate(const Node& op,Operations type) |
| 174 | { |
| 175 | return evaluate(op,type,nullptr); |
| 176 | } |
| 177 | |
| 178 | bool NodeEvaluator::evaluate(const Node& op,Operations type,Primitive* first) |
| 179 | { |
nothing calls this directly
no test coverage detected