| 256 | } |
| 257 | |
| 258 | std::vector<euler::common::IDWeightPair> |
| 259 | Node::GetSortedFullNeighbor(const std::vector<int32_t>& edge_types) const { |
| 260 | return __GetSortedFullNeighbor(edge_types, neighbor_info_); |
| 261 | } |
| 262 | |
| 263 | std::vector<euler::common::IDWeightPair> |
| 264 | Node::GetSortedFullInNeighbor(const std::vector<int32_t>& edge_types) const { |
nothing calls this directly
no outgoing calls
no test coverage detected