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

Method FindNodeFeature

src/graph/in_memory_graph.h:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 return graph_builder_->context_storage()->FindNeighbor(node);
69 }
70 const vec_pair_t* FindNodeFeature(int_t node) const {
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 }

Callers

nothing calls this directly

Calls 2

node_feature_storageMethod · 0.80
FindNeighborMethod · 0.45

Tested by

no test coverage detected