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

Method feat_map

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

Source from the content-addressed store, hash-verified

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
39 adj_list_t* context_map() noexcept { return &context_map_; }
40 adj_list_t* node_feat_map() noexcept { return &node_feat_map_; }

Callers 2

TEST_FFunction · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64