| 59 | } |
| 60 | |
| 61 | bool GraphClient::LookupNodeFeature(const vec_int_t& nodes, |
| 62 | std::vector<vec_pair_t>* node_feats) const { |
| 63 | return impl_->LookupNodeFeature(nodes, node_feats); |
| 64 | } |
| 65 | |
| 66 | bool GraphClient::LookupNeighborFeature( |
| 67 | const vec_int_t& nodes, std::vector<vec_pair_t>* neigh_feats) const { |
no outgoing calls