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

Method LookupFeature

src/graph/client/graph_client.cc:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool GraphClient::LookupFeature(const vec_int_t& nodes,
56 std::vector<vec_pair_t>* node_feats,
57 std::vector<vec_pair_t>* neigh_feats) const {
58 return impl_->LookupFeature(nodes, node_feats, neigh_feats);
59}
60
61bool GraphClient::LookupNodeFeature(const vec_int_t& nodes,
62 std::vector<vec_pair_t>* node_feats) const {

Callers 2

LookupFeatureTESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36