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

Method node_empty

src/graph/in_memory_graph.h:89–91  ·  view source on GitHub ↗

empty

Source from the content-addressed store, hash-verified

87
88 // empty
89 bool node_empty() const noexcept {
90 return graph_builder_->context_storage()->Empty();
91 }
92 bool node_feature_empty() const noexcept {
93 return graph_builder_->node_feature_storage()->Empty();
94 }

Callers 2

TestOneNameSpaceMethod · 0.80
TestTwoNameSpaceMethod · 0.80

Calls 2

context_storageMethod · 0.80
EmptyMethod · 0.45

Tested by 2

TestOneNameSpaceMethod · 0.64
TestTwoNameSpaceMethod · 0.64