| 292 | } |
| 293 | |
| 294 | bool NodeTree::hasSolvedChildren(NodeID nid) const |
| 295 | { |
| 296 | return node_info_->hasSolvedChildren(nid); |
| 297 | } |
| 298 | |
| 299 | bool NodeTree::hasOpenChildren(NodeID nid) const |
| 300 | { |
nothing calls this directly
no outgoing calls
no test coverage detected