MCPcopy Create free account
hub / github.com/Tencent/embedx / LookupNeighborFeature

Method LookupNeighborFeature

src/graph/client/graph_client.cc:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool GraphClient::LookupNeighborFeature(
67 const vec_int_t& nodes, std::vector<vec_pair_t>* neigh_feats) const {
68 return impl_->LookupNeighborFeature(nodes, neigh_feats);
69}
70
71bool GraphClient::LookupContext(const vec_int_t& nodes,
72 std::vector<vec_pair_t>* contexts) const {

Callers 2

FillLevelNeighFeatureMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36