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

Method GetFullInNeighbor

euler/core/graph/node.cc:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205std::vector<euler::common::IDWeightPair>
206Node::GetFullInNeighbor(const std::vector<int32_t>& edge_types) const {
207 return __GetFullNeighbor(edge_types, in_neighbor_info_);
208}
209
210inline std::vector<euler::common::IDWeightPair> Node::__GetSortedFullNeighbor(
211 const std::vector<int32_t>& edge_types,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected