| 1392 | return node_.size(); |
| 1393 | } |
| 1394 | inline void ManageNode::clear_node() { |
| 1395 | node_.Clear(); |
| 1396 | } |
| 1397 | inline const ::PS::Node& ManageNode::node(int index) const { |
| 1398 | return node_.Get(index); |
| 1399 | } |
nothing calls this directly
no outgoing calls
no test coverage detected