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

Method node_feature_storage

src/graph/graph_builder.h:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 return context_loader_->storage();
36 }
37 const Storage* node_feature_storage() const noexcept {
38 return node_feat_loader_->storage();
39 }
40 const Storage* neigh_feature_storage() const noexcept {
41 return neigh_feat_loader_->storage();
42 }

Callers 4

InMemoryGraphClass · 0.80
FindNodeFeatureMethod · 0.80
node_feature_sizeMethod · 0.80
node_feature_emptyMethod · 0.80

Calls 1

storageMethod · 0.45

Tested by

no test coverage detected