| 267 | } |
| 268 | |
| 269 | void NodeTree::setHasOpenChildren(NodeID nid, bool val) |
| 270 | { |
| 271 | node_info_->setHasOpenChildren(nid, val); |
| 272 | } |
| 273 | |
| 274 | const Label NodeTree::getLabel(NodeID nid) const |
| 275 | { |
nothing calls this directly
no outgoing calls
no test coverage detected