| 165 | void set_status(NodeStatus status) { _status = status; } |
| 166 | |
| 167 | void set_label(const std::string& label) { |
| 168 | _have_label = true; |
| 169 | _label = label; |
| 170 | } |
| 171 | |
| 172 | void set_info(const std::string& info) { |
| 173 | _have_info = true; |
no outgoing calls
no test coverage detected