| 68 | return graph_builder_->context_storage()->FindNeighbor(node); |
| 69 | } |
| 70 | const vec_pair_t* FindNodeFeature(int_t node) const { |
| 71 | return graph_builder_->node_feature_storage()->FindNeighbor(node); |
| 72 | } |
| 73 | const vec_pair_t* FindNeighFeature(int_t node) const { |
| 74 | return graph_builder_->neigh_feature_storage()->FindNeighbor(node); |
| 75 | } |
nothing calls this directly
no test coverage detected