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