| 261 | } |
| 262 | |
| 263 | std::vector<euler::common::IDWeightPair> |
| 264 | Node::GetSortedFullInNeighbor(const std::vector<int32_t>& edge_types) const { |
| 265 | return __GetSortedFullNeighbor(edge_types, in_neighbor_info_); |
| 266 | } |
| 267 | |
| 268 | inline std::vector<euler::common::IDWeightPair> Node::__GetTopKNeighbor( |
| 269 | const std::vector<int32_t>& edge_types, |
nothing calls this directly
no outgoing calls
no test coverage detected