MCPcopy Create free account
hub / github.com/alibaba/euler / GetSortedFullNeighbor

Method GetSortedFullNeighbor

euler/core/graph/node.cc:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258std::vector<euler::common::IDWeightPair>
259Node::GetSortedFullNeighbor(const std::vector<int32_t>& edge_types) const {
260 return __GetSortedFullNeighbor(edge_types, neighbor_info_);
261}
262
263std::vector<euler::common::IDWeightPair>
264Node::GetSortedFullInNeighbor(const std::vector<int32_t>& edge_types) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected