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

Method context_map

src/graph/cache/cache_storage.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34 public:
35 const adj_list_t* context_map() const noexcept { return &context_map_; }
36 const adj_list_t* node_feat_map() const noexcept { return &node_feat_map_; }
37 const adj_list_t* feat_map() const noexcept { return &feat_map_; }
38

Callers 2

TEST_FFunction · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64