ConstValueNode
| 292 | // ConstValueNode |
| 293 | // |
| 294 | ConstValueNode::ConstValueNode(double d) : ValueNode(NodeType::Value), m_val(d) |
| 295 | {} |
| 296 | |
| 297 | |
| 298 | std::string ConstValueNode::print() const |
nothing calls this directly
no outgoing calls
no test coverage detected