| 233 | } |
| 234 | |
| 235 | NodeStatus NodeTree::getStatus(NodeID nid) const |
| 236 | { |
| 237 | return node_info_->getStatus(nid); |
| 238 | } |
| 239 | |
| 240 | int NodeTree::getNumberOfSiblings(NodeID nid) const |
| 241 | { |
nothing calls this directly
no outgoing calls
no test coverage detected