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

Method node_feature_empty

src/graph/in_memory_graph.h:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 return graph_builder_->context_storage()->Empty();
91 }
92 bool node_feature_empty() const noexcept {
93 return graph_builder_->node_feature_storage()->Empty();
94 }
95 bool neigh_feature_empty() const noexcept {
96 return graph_builder_->neigh_feature_storage()->Empty();
97 }

Callers 2

TestOneNameSpaceMethod · 0.80
TestTwoNameSpaceMethod · 0.80

Calls 2

node_feature_storageMethod · 0.80
EmptyMethod · 0.45

Tested by 2

TestOneNameSpaceMethod · 0.64
TestTwoNameSpaceMethod · 0.64