| 163 | } |
| 164 | |
| 165 | std::unique_ptr<NodeType> clone() const override { |
| 166 | return std::make_unique<ConstFloatNodeType>(*this); |
| 167 | } |
| 168 | |
| 169 | nlohmann::json toJSON() const override { return number; } |
| 170 | double number; |
nothing calls this directly
no outgoing calls
no test coverage detected