Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestOneNameSpace
Method · 0.80
TestTwoNameSpace
Method · 0.80
Calls
2
context_storage
Method · 0.80
Empty
Method · 0.45
Tested by
2
TestOneNameSpace
Method · 0.64
TestTwoNameSpace
Method · 0.64