| 81 | } |
| 82 | |
| 83 | void node_data::set_scalar(const std::string& scalar) { |
| 84 | m_isDefined = true; |
| 85 | m_type = NodeType::Scalar; |
| 86 | m_scalar = scalar; |
| 87 | } |
| 88 | |
| 89 | // size/iterator |
| 90 | std::size_t node_data::size() const { |
no outgoing calls
no test coverage detected