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

Method FindNodeFeature

src/graph/cache/cache_storage.cc:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32const vec_pair_t* CacheStorage::FindNodeFeature(int_t node) const {
33 return FindCache(node_feat_map_, node);
34}
35
36const vec_pair_t* CacheStorage::FindFeature(int_t node) const {
37 return FindCache(feat_map_, node);

Callers 4

TEST_FFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45
LookupNodeFeatureMethod · 0.45

Calls 1

FindCacheFunction · 0.85

Tested by 1

TEST_FFunction · 0.36