| 64 | } |
| 65 | |
| 66 | bool GraphClient::LookupNeighborFeature( |
| 67 | const vec_int_t& nodes, std::vector<vec_pair_t>* neigh_feats) const { |
| 68 | return impl_->LookupNeighborFeature(nodes, neigh_feats); |
| 69 | } |
| 70 | |
| 71 | bool GraphClient::LookupContext(const vec_int_t& nodes, |
| 72 | std::vector<vec_pair_t>* contexts) const { |
no outgoing calls