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

Method node_size

src/graph/in_memory_graph.h:78–80  ·  view source on GitHub ↗

size

Source from the content-addressed store, hash-verified

76
77 // size
78 size_t node_size() const noexcept {
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 }

Callers 2

TestOneNameSpaceMethod · 0.80
TestTwoNameSpaceMethod · 0.80

Calls 2

context_storageMethod · 0.80
SizeMethod · 0.45

Tested by 2

TestOneNameSpaceMethod · 0.64
TestTwoNameSpaceMethod · 0.64