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

Method FindNeighFeature

src/graph/in_memory_graph.h:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 return graph_builder_->node_feature_storage()->FindNeighbor(node);
72 }
73 const vec_pair_t* FindNeighFeature(int_t node) const {
74 return graph_builder_->neigh_feature_storage()->FindNeighbor(node);
75 }
76
77 // size
78 size_t node_size() const noexcept {

Callers 1

LookupNeighborFeatureMethod · 0.80

Calls 2

neigh_feature_storageMethod · 0.80
FindNeighborMethod · 0.45

Tested by

no test coverage detected