| 203 | } |
| 204 | |
| 205 | std::vector<euler::common::IDWeightPair> |
| 206 | Node::GetFullInNeighbor(const std::vector<int32_t>& edge_types) const { |
| 207 | return __GetFullNeighbor(edge_types, in_neighbor_info_); |
| 208 | } |
| 209 | |
| 210 | inline std::vector<euler::common::IDWeightPair> Node::__GetSortedFullNeighbor( |
| 211 | const std::vector<int32_t>& edge_types, |
nothing calls this directly
no outgoing calls
no test coverage detected