| 167 | } |
| 168 | |
| 169 | std::vector<euler::common::IDWeightPair> |
| 170 | Node::SampleInNeighbor(const std::vector<int32_t>& edge_types, |
| 171 | int32_t count) const { |
| 172 | return __SampleNeighbor(edge_types, count, in_neighbor_info_); |
| 173 | } |
| 174 | |
| 175 | |
| 176 | inline std::vector<euler::common::IDWeightPair> Node::__GetFullNeighbor( |
nothing calls this directly
no outgoing calls
no test coverage detected