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

Method node_feature_size

src/graph/in_memory_graph.h:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 return graph_builder_->context_storage()->Size();
80 }
81 size_t node_feature_size() const noexcept {
82 return graph_builder_->node_feature_storage()->Size();
83 }
84 size_t neigh_feature_size() const noexcept {
85 return graph_builder_->neigh_feature_storage()->Size();
86 }

Callers 2

TestOneNameSpaceMethod · 0.80
TestTwoNameSpaceMethod · 0.80

Calls 2

node_feature_storageMethod · 0.80
SizeMethod · 0.45

Tested by 2

TestOneNameSpaceMethod · 0.64
TestTwoNameSpaceMethod · 0.64